Re: Function query result as a filter query

2009-09-22 Thread Yonik Seeley
It's probably not exactly what you're looking for, but you can do ranges over functions in Solr 1.4 http://www.lucidimagination.com/blog/2009/07/06/ranges-over-functions-in-solr-14/ -Yonik http://www.lucidimagination.com On Tue, Sep 22, 2009 at 10:26 AM, Pete Smith wrote: > Hi, > > Is it possi

Function query result as a filter query

2009-09-22 Thread Pete Smith
Hi, Is it possible to constrain a resultset using a filter query to only return the top 100 documents for a particular field? Say I have a field called 'hits' that has the total number of hits for that item. I want to return only the documents that have the top 100 highest hits. I want something