Make String and StringIndex in field cache more RAM efficient -------------------------------------------------------------
Key: LUCENE-2141 URL: https://issues.apache.org/jira/browse/LUCENE-2141 Project: Lucene - Java Issue Type: Improvement Components: Search Reporter: Michael McCandless Fix For: 3.1 Once flex has landed and LUCENE-1990 is done, we should improve the RAM efficiency of String and StringIndex. The text data can be stored in native UTF8 (saves decode when loading), and as byte[] blocks (saves GC load and high RAM overhead of individual strings). And with packed unsigned ints we can save alot for cases that don't have that many unique string values. -- 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