In my case, I know the upper and lower limits of my field.
So it becomes easy for me to run such queries.

eg.

*>  *
RangeQuery(value, upperLimit, inc)

*<*
RangeQuery(lowerLimit, value, inc)

*!=*
Use the in this case.
eg:
-field:value

Regards,
kapilChhabra

David wrote:
Hi all:
   I need to make range query actions as > < and != operators, The
RangeQuery class just support RangeQuery(begin, end, inclusive), but How to
support > < and != ?

Appreciate your help!


Reply via email to