mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
085d30ecf3
commit
7402c50058
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue