
jira at apache
Jul 17, 2007, 3:41 PM
Post #1 of 1
(415 views)
Permalink
|
|
[jira] Created: (LUCENE-963) Add setters to Field to allow re-use of Field instances during indexing
|
|
Add setters to Field to allow re-use of Field instances during indexing ----------------------------------------------------------------------- Key: LUCENE-963 URL: https://issues.apache.org/jira/browse/LUCENE-963 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 2.2, 2.1, 2.0.0, 1.9, 2.0.1, 2.3 Reporter: Michael McCandless Assignee: Michael McCandless Priority: Minor Attachments: LUCENE-963.patch If we add setters to Field it makes it possible to re-use Field instances during indexing which is a sizable performance gain for small documents. See here for some discussion: http://www.gossamer-threads.com/lists/lucene/java-dev/51041 -- 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-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-dev-help[at]lucene.apache.org
|