> Wondering if "less than" or "greater than" (on numbers) is supported
> in CLucene query?
>
> The closest I came across is specifying the Range in the query.
>   
RangeQuery is the right thing:
less or equal than X: 0-X
greater or equal than X: X-9999999 (or your maximum value)

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to