[
https://issues.apache.org/jira/browse/LUCENE-7259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260371#comment-15260371
]
ASF subversion and git services commented on LUCENE-7259:
---------------------------------------------------------
Commit ebd120465a2481c5a8531bc01690a71e3248f392 in lucene-solr's branch
refs/heads/master from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ebd1204 ]
LUCENE-7259: speed up MatchingPoints cost estimation
> speed up MatchingPoints cost() estimation
> -----------------------------------------
>
> Key: LUCENE-7259
> URL: https://issues.apache.org/jira/browse/LUCENE-7259
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Robert Muir
> Attachments: LUCENE-7259.patch
>
>
> MatchingPoints currently tracks a counter in the super-hot add() loop. While
> not a big deal, we can easily just use the grow() api for this instead (which
> is only currently called e.g. every 1k docs).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]