[
https://issues.apache.org/jira/browse/LUCENE-4527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610580#comment-13610580
]
Commit Tag Bot commented on LUCENE-4527:
----------------------------------------
[branch_4x commit] Adrien Grand
http://svn.apache.org/viewvc?view=revision&revision=1406712
LUCENE-4527: CompressingStoreFieldsFormat: encode numStoredFields more
efficiently (merged from r1406704).
> CompressingStoredFieldsFormat: encode numStoredFields more efficiently
> ----------------------------------------------------------------------
>
> Key: LUCENE-4527
> URL: https://issues.apache.org/jira/browse/LUCENE-4527
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Adrien Grand
> Assignee: Adrien Grand
> Priority: Minor
> Fix For: 4.1
>
> Attachments: LUCENE-4527.patch, LUCENE-4527.patch
>
>
> Another interesting idea from Robert: many applications have a schema and all
> documents are likely to have the same number of stored fields. We could save
> space by using packed ints and the same kind of optimization as {{ForUtil}}
> (requiring only one VInt if all values are equal).
--
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: [email protected]
For additional commands, e-mail: [email protected]