[ 
https://issues.apache.org/jira/browse/LUCENE-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675979#comment-13675979
 ] 

Adrien Grand commented on LUCENE-5035:
--------------------------------------

+1, patch looks good!
                
> 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