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, TheRangeQuery class just support RangeQuery(begin, end, inclusive), but How tosupport > < and != ? Appreciate your help!