Robert Muir created LUCENE-5226:
-----------------------------------

             Summary: optimize sortfield.needsScore on expressions
                 Key: LUCENE-5226
                 URL: https://issues.apache.org/jira/browse/LUCENE-5226
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/other
            Reporter: Robert Muir


To fix LUCENE-5222, it currently returns true with // TODO: optimize.

this is needed for e.g. IndexSearcher with executorService search to merge 
results from the different segments.

ideally we should only return this if it really does need it, not if its 
essentially just a computed field.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to