[
https://issues.apache.org/jira/browse/LUCENE-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896496#action_12896496
]
Michael McCandless commented on LUCENE-2589:
--------------------------------------------
I think we should do both! (Single static random seed and some basic docs
about all the neat props our tests now accept...). But I think these are
separate issues? I'll commit this one (enabling you to specify codec & its
param on the ant command-line) shortly.
> Add a variable-sized int block codec
> ------------------------------------
>
> Key: LUCENE-2589
> URL: https://issues.apache.org/jira/browse/LUCENE-2589
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Index
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Fix For: 4.0
>
> Attachments: LUCENE-2589.patch, LUCENE-2589.patch
>
>
> We already have support for fixed block size int block codecs, making it very
> simple to create a codec from a int encoder algorithms like FOR/PFOR.
> But algorithms like Simple9/16 are not fixed -- they encode a variable number
> of adjacent ints at once, depending on the specific values of those ints.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]