git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-03-31 22:53:58 +00:00
parent 085d30ecf3
commit 7402c50058
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The Benchmark contrib package contains code for benchmarking Lucene in a variety
in the new org.apache.lucene.analysis.core package (KeywordAnalyzer,
SimpleAnalyzer, etc.) (Steve Rowe, Robert Muir)
Updated ReadTokensTask to converts tokens to their indexed forms
Updated ReadTokensTask to convert tokens to their indexed forms
(char[]->byte[]), just as the indexer does. This allows measurement
of the conversion process, which is important for analysis components
that customize it, e.g. (ICU)CollationKeyFilter. As a result,