
jira at apache
Jun 21, 2007, 2:22 PM
Views: 238
Permalink
|
|
[jira] Created: (LUCENE-937) Make CachingTokenFilter faster
|
|
Make CachingTokenFilter faster ------------------------------ Key: LUCENE-937 URL: https://issues.apache.org/jira/browse/LUCENE-937 Project: Lucene - Java Issue Type: Improvement Reporter: Mark Miller The wrong data structure was used for the CachingTokenFilter. It should be an ArrayList rather than a LinkedList. There is a noticeable difference in speed. -- 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
|