[
https://issues.apache.org/jira/browse/LUCENE-6856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976522#comment-14976522
]
ASF subversion and git services commented on LUCENE-6856:
---------------------------------------------------------
Commit 1710833 from [~jpountz] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1710833 ]
LUCENE-6856: LRUQueryCache.CachingWrapperWeight should delegate the bulk scorer.
> LRUQueryCache.CachingWrapperWeight should delegate the bulk scorer
> ------------------------------------------------------------------
>
> Key: LUCENE-6856
> URL: https://issues.apache.org/jira/browse/LUCENE-6856
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Minor
> Fix For: 6.0, 5.4
>
> Attachments: LUCENE-6856.patch
>
>
> I think we have two issues with LRUQueryCache.CachingWrapperWeight:
> - when generating cached entries, it creates a Scorer and loads it into a
> DocIdSet while it would be more efficient to use a BulkScorer to do so since
> we consume all matching documents
> - when a query should not be cached (eg. because it has not be seen often
> enough yet), we do not delegate the bulk scorer, which means that we will use
> a DefaultBulkScorer on top of the scorer, which can be significantly slower
> for some queries (eg. disjunctions)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]