[ 
https://issues.apache.org/jira/browse/LUCENE-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171614#comment-15171614
 ] 

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

Commit 46d05afdaefac34755c13d40018611759bdcf972 in lucene-solr's branch 
refs/heads/master from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=46d05af ]

LUCENE-7051: Remove the "estimate match count" optimization from point queries.


> Remove the "estimate match count" optimization from point queries
> -----------------------------------------------------------------
>
>                 Key: LUCENE-7051
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7051
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-7051.patch
>
>
> Point queries try to estimate the number of matches in the visitor so that 
> the doc id set that they build does not have to do it by itself. However, 
> this is incorrect in the multi-valued case and does not seem to buy much (if 
> any) in terms of performance?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to