You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2016/04/27 17:12:12 UTC

[jira] [Commented] (LUCENE-7259) speed up MatchingPoints cost() estimation

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

Michael McCandless commented on LUCENE-7259:
--------------------------------------------

+1

> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org