You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/07/20 06:04:48 UTC

[jira] [Created] (LUCENE-5127) FixedGapTermsIndex should use monotonic compression

Robert Muir created LUCENE-5127:
-----------------------------------

             Summary: FixedGapTermsIndex should use monotonic compression
                 Key: LUCENE-5127
                 URL: https://issues.apache.org/jira/browse/LUCENE-5127
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Robert Muir
         Attachments: LUCENE-5127.patch

for the addresses in the big in-memory byte[] and disk blocks, we could save a good deal of RAM here.

I think this codec just never got upgraded when we added these new packed improvements, but it might be interesting to try to use for the terms data of sorted/sortedset DV implementations.

patch works, but has nocommits and currently ignores the divisor. The annoying problem there being that we have the shared interface with "get(int)" for PackedInts.Mutable/Reader, but no equivalent base class for monotonics get(long)... 

Still its enough that we could benchmark/compare for now.

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