Re: Sorting on a computed value

2015-01-26 Thread Mikhail Khludnev
ing a function query to create this data, so maybe this idea won't > work. > > I'm going to try to use doc scoring. If I can make the score match my > pseudo > fields then it might work. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Sorting-on-a-computed-value-tp4181875p4182060.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics <http://www.griddynamics.com>

Re: Sorting on a computed value

2015-01-26 Thread tedsolr
ld. Sorting happens before my doc transformer is called, so I don't think this data is available for sort. Like you said, I'm not using a function query to create this data, so maybe this idea won't work. I'm going to try to use doc scoring. If I can make the score match my

Re: Sorting on a computed value

2015-01-26 Thread Shawn Heisey
On 1/25/2015 4:13 PM, tedsolr wrote: > I'll bet some super user has figured this out. How can I perform a sort on a > single computed field? I have a QParserPlugin that is collapsing docs based > on data from multiple fields. I am summing the values from one numerical > field 'X'. I was going to us

Sorting on a computed value

2015-01-25 Thread tedsolr
-- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-on-a-computed-value-tp4181875.html Sent from the Solr - User mailing list archive at Nabble.com.