[DOCS] Add xref to multiplexer token filter docs (#60431) (#61168)

Co-authored-by: paiboon auengkongkatong <paiboon15721@gmail.com>
This commit is contained in:
James Rodewig 2020-08-14 15:05:07 -04:00 committed by GitHub
parent 8263ce79e9
commit d0810cca19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ filters:: a list of token filters to apply to incoming tokens. These can be any
using a comma-delimited string, so for example `"lowercase, porter_stem"` would
apply the `lowercase` filter and then the `porter_stem` filter to a single token.
WARNING: Shingle or multi-word synonym token filters will not function normally
WARNING: <<analysis-shingle-tokenfilter,Shingle>> or multi-word synonym token filters will not function normally
when they are declared in the filters array because they read ahead internally
which is unsupported by the multiplexer