speedup recycling of per-doc RAM -------------------------------- Key: LUCENE-2360 URL: https://issues.apache.org/jira/browse/LUCENE-2360 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 3.1 Reporter: Michael McCandless Assignee: Michael McCandless Fix For: 3.1
Robert found one source of slowness when indexing tiny docs, where we use List.toArray to recycle the byte[] buffers used by per-doc doc store state (stored field, term vectors). This was added in LUCENE-2283, so not yet released. -- 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