Re: Query for "Bigger then" specific term

2008-03-11 Thread Chris Hostetter
: I know there's a range query where I can use a large upper bound but maybe : there's something more efficient (instead of Lucene transfrom to query to : thousands of OR queries). If you use ConstantScoreRangeQuery then there is no transformation per term - just a uniform score if hte document

Re: Query for "Bigger then" specific term

2008-03-11 Thread Otis Gospodnetic
I don't think there is anything more efficient than thatbut I could be wrong. If you can, consider grouping > 10 values in a small and discrete set of buckets (that you can then OR), if you are concerned with a large disjunction query. Otis -- Sematext -- http://sematext.com/ -- Lucene - So