On Mon, Apr 20, 2009 at 12:40 PM, Pete Smith <pete.sm...@lovefilm.com> wrote: > fq=rord(rating):[0 TO 500]
Solr 1.4 can now do range queries on arbitrary functions: http://lucene.apache.org/solr/api/org/apache/solr/search/FunctionRangeQParserPlugin.html Note that ord() and rord() won't work properly in Solr 1.4 trunk. Lucene has changed to searching per-segment in a MultiReader and hence you will currently get the ord() or rord() in that segment, not in the whole index. -Yonik http://www.lucidimagination.com