[
https://issues.apache.org/jira/browse/LUCENE-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-5035.
---------------------------------
Resolution: Fixed
Fix Version/s: 4.4
5.0
> 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
> Fix For: 5.0, 4.4
>
> 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]