Преглед на файлове

Wrong link to Token Filter

Yousef преди 12 години
родител
ревизия
302c762d5e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/reference/analysis/tokenizers/lowercase-tokenizer.asciidoc

+ 1 - 1
docs/reference/analysis/tokenizers/lowercase-tokenizer.asciidoc

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