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 use a DocTransformer to inject that summed value
into the search results as a new field. But I have now realized that I have
to be able to sort on this summed field.

Without retrieving all results (which could be 1M+) in my app and sorting
manually, is there any way to sort on my computed field within Solr?
(using Solr 4.9)



--
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.

Reply via email to