[
https://issues.apache.org/jira/browse/LUCENE-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2321:
---------------------------------------
Attachment: LUCENE-2321.patch
New rev -- I think this one's ready to commit.
It handles indexDivisor, and pages the index term bytes allocations.
> use packed ints for the terms dict index
> ----------------------------------------
>
> Key: LUCENE-2321
> URL: https://issues.apache.org/jira/browse/LUCENE-2321
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Index
> Affects Versions: Flex Branch
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Fix For: Flex Branch
>
> Attachments: LUCENE-2321.patch, LUCENE-2321.patch
>
>
> Terms dict index needs to store large RAM resident arrays of ints, but,
> because their size is bound & variable (depending on the segment/docs), we
> should used packed ints for them.
--
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]