Adrien Grand created LUCENE-4527:
------------------------------------

             Summary: 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


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

Reply via email to