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


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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to