[
https://issues.apache.org/jira/browse/LUCENE-6756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725076#comment-14725076
]
ASF subversion and git services commented on LUCENE-6756:
---------------------------------------------------------
Commit 1700449 from [~jpountz] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1700449 ]
LUCENE-6756: MatchAllDocsQuery now has a dedicated BulkScorer.
> Give MatchAllDocsQuery a dedicated BulkScorer
> ---------------------------------------------
>
> Key: LUCENE-6756
> URL: https://issues.apache.org/jira/browse/LUCENE-6756
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Minor
> Attachments: LUCENE-6756.patch, MABench.java
>
>
> MatchAllDocsQuery currently uses the default BulkScorer, which creates a
> Scorer and iterates over matching doc IDs up to NO_MORE_DOCS. I tried to
> build a dedicated BulkScorer, which seemed to help remove abstractions as it
> helped improve throughput by a ~2x factor with simple collectors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]