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 2013/08/26 10:07:51 UTC

[jira] [Created] (LUCENE-5188) Make CompressingStoredFieldsFormat more firiendly to StoredFieldVisitors

Adrien Grand created LUCENE-5188:
------------------------------------

             Summary: Make CompressingStoredFieldsFormat more firiendly to StoredFieldVisitors
                 Key: LUCENE-5188
                 URL: https://issues.apache.org/jira/browse/LUCENE-5188
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Minor


The way CompressingStoredFieldsFormat works is that it first decompresses data and then consults the StoredFieldVisitor. This is a bit wasteful in case documents are big and only the first field of a document is of interest so maybe we could decompress and consult the StoredFieldVicitor in a more streaming fashion.

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