On Tue, Oct 19, 2010 at 11:21 AM, Robert Muir <[email protected]> wrote: > If someone doesn't override both (e.g. they just override > tokenStream), then it wouldnt actually use their subclasses code. So > then the reflection hack from LUCENE-1678 would force the analyzer to > never re-use, but instead call tokenStream: but this is very bad for > indexing performance! >
Here's a jira issue with an example of how the tokenstream/reusableTokenStream confusion makes this a real problem in practice: https://issues.apache.org/jira/browse/LUCENE-2279 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
