Robert Muir created LUCENE-5035:
-----------------------------------

             Summary: FieldCacheImpl.SortedDocValuesImpl should compress 
addresses to term bytes more efficiently
                 Key: LUCENE-5035
                 URL: https://issues.apache.org/jira/browse/LUCENE-5035
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/search
            Reporter: Robert Muir
         Attachments: LUCENE-5035.patch

Each ordinal in SortedDocValuesImpl has a corresponding address to find its 
location in the big byte[] to support lookupOrd()

Today this uses GrowableWriter with absolute addresses.

But it would be much better to use MonotonicAppendingLongBuffer.

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

Reply via email to