Merge pull request #15486 from jasontedor/fix-delimited-payload-token-filter-docs

Fix minor issues in delimited payload token filter docs
This commit is contained in:
Jason Tedor 2015-12-16 15:26:15 -05:00
commit b4fbe1e1b8
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split per default int to tokens `fox`, `quick` and `the` with payloads `1`, `2` and `3` respectively.
Example: "the|1 quick|2 fox|3" is split by default into tokens `the`, `quick`, and `fox` with payloads `1`, `2`, and `3` respectively.
Parameters: