You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2014/07/01 14:49:25 UTC

[jira] [Commented] (LUCENE-5799) speed up DocValuesConsumer.mergeNumericField

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

Adrien Grand commented on LUCENE-5799:
--------------------------------------

+1

> speed up DocValuesConsumer.mergeNumericField
> --------------------------------------------
>
>                 Key: LUCENE-5799
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5799
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Robert Muir
>         Attachments: LUCENE-5799.patch
>
>
> This method (used for both numeric docvalues and norms) is a little slow:
> * does some boxing for no good reason (can just use a boolean instead)
> * checks docsWithField always, instead of only when value == 0. This can cause unnecessary i/o.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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