Wrong link to Token Filter

This commit is contained in:
Yousef 2013-12-03 10:19:41 +01:00 committed by Clinton Gormley
parent 7c96627d76
commit 302c762d5e

View File

@ -10,6 +10,6 @@ them to lower case. While it is functionally equivalent to the
combination of combination of
<<analysis-letter-tokenizer,Letter <<analysis-letter-tokenizer,Letter
Tokenizer>> and Tokenizer>> and
<<analysis-lowercase-tokenizer,Lower <<analysis-lowercase-tokenfilter,Lower
Case Token Filter>>, there is a performance advantage to doing the two Case Token Filter>>, there is a performance advantage to doing the two
tasks at once, hence this (redundant) implementation. tasks at once, hence this (redundant) implementation.