[jira] [Commented] (LUCENE-5226) optimize sortfield.needsScore on expressions

2013-09-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772201#comment-13772201
 ] 

ASF subversion and git services commented on LUCENE-5226:
-

Commit 1524813 from [~rcmuir] in branch 'dev/trunk'
[ https://svn.apache.org/r1524813 ]

LUCENE-5226: Optimize SortField.needsScore for expressions

 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
 Attachments: LUCENE-5226.patch


 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-5226) optimize sortfield.needsScore on expressions

2013-09-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772210#comment-13772210
 ] 

ASF subversion and git services commented on LUCENE-5226:
-

Commit 1524815 from [~rcmuir] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1524815 ]

LUCENE-5226: Optimize SortField.needsScore for expressions

 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
 Attachments: LUCENE-5226.patch


 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org