Hi,

When doing range queries it seems the query is either x:[5 TO 8] which means 5 <= x <= 8 or x:{5 TO 8} which means 5 < x < 8. But how do you get one half exclusive, the other inclusive for double fields the following: 5 <= x < 8? Is this possible?

Regards,

gwk

Reply via email to