You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/03/22 17:25:20 UTC

[jira] [Commented] (LUCENE-4496) Don't decode unnecessary freq blocks in 4.1 codec

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

Commit Tag Bot commented on LUCENE-4496:
----------------------------------------

[branch_4x commit] Robert Muir
http://svn.apache.org/viewvc?view=revision&revision=1401160

LUCENE-4496: don't decode unnecessary blocks in 4.1 codec

                
> Don't decode unnecessary freq blocks in 4.1 codec
> -------------------------------------------------
>
>                 Key: LUCENE-4496
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4496
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/codecs
>    Affects Versions: 4.1
>            Reporter: Robert Muir
>             Fix For: 4.1, 5.0
>
>         Attachments: LUCENE-4496.patch, LUCENE-4496.patch, LUCENE-4496.patch
>
>
> TermsEnum.docs() has an expert flag to specify you don't require frequencies. This is currently set by some things that don't need it: we should call ForUtil.skipBlock instead of ForUtil.readBlock in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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