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

[jira] [Updated] (LUCENE-5145) Added AppendingPackedLongBuffer & extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)

     [ https://issues.apache.org/jira/browse/LUCENE-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boaz Leskes updated LUCENE-5145:
--------------------------------

    Attachment: LUCENE-5145.patch
    
> Added AppendingPackedLongBuffer & extended AbstractAppendingLongBuffer family (customizable compression ratio + bulk retrieval)
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-5145
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5145
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Boaz Leskes
>         Attachments: LUCENE-5145.patch
>
>
> Made acceptableOverheadRatio configurable 
> Added bulk get to AbstractAppendingLongBuffer classes, for faster retrieval.
> Introduced a new variant, AppendingPackedLongBuffer which solely relies on PackedInts as a back-end. This new class is useful where people have non-negative numbers with a fairly uniform distribution over a fixed (limited) range. Ex. facets ordinals.
> To distinguish it from AppendingPackedLongBuffer, delta based AppendingLongBuffer was renamed to AppendingDeltaPackedLongBuffer
> Fixed an Issue with NullReader where it didn't respect it's valueCount in bulk gets.

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