[
https://issues.apache.org/jira/browse/LUCENE-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449914#comment-13449914
]
Michael McCandless commented on LUCENE-4366:
--------------------------------------------
The patch specializes the [private] collector BS uses to add docs to the bucket
list, eg the first clause need not check if the bucket is stale because it
always is. It sorts the clauses first by prohibited clauses and second by
smallest firstDocId (proxy for highest docFreq). It uses an int[] instead of
linked list to track live buckets ...
> Small speedups for BooleanScorer
> --------------------------------
>
> Key: LUCENE-4366
> URL: https://issues.apache.org/jira/browse/LUCENE-4366
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Attachments: LUCENE-4366.patch
>
>
--
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]