[
https://issues.apache.org/jira/browse/LUCENE-3231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3231:
------------------------------------
Attachment: LUCENE-3231.patch
here is a new patch,
* adds Field API for new int types
* adds tests for getArray / hasArray
* adds tests for new Int types
* unifies some of the existing tests
* adds javadocs
I think we ready here... all tests pass
> Add fixed size DocValues int variants & expose Arrays where possible
> --------------------------------------------------------------------
>
> Key: LUCENE-3231
> URL: https://issues.apache.org/jira/browse/LUCENE-3231
> Project: Lucene - Java
> Issue Type: Improvement
> Components: core/index
> Affects Versions: 4.0
> Reporter: Simon Willnauer
> Fix For: 4.0
>
> Attachments: LUCENE-3231.patch, LUCENE-3231.patch
>
>
> currently we only have variable bit packed ints implementation. for flexible
> scoring or loading field caches it is desirable to have fixed int
> implementations for 8, 16, 32 and 64 bit.
--
This message is automatically generated by JIRA.
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]