Skip to content

Commit

Permalink
Merge pull request #15486 from jasontedor/fix-delimited-payload-token…
Browse files Browse the repository at this point in the history
…-filter-docs

Fix minor issues in delimited payload token filter docs
  • Loading branch information
jasontedor committed Dec 16, 2015
2 parents c46482b + d9a2496 commit b4fbe1e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b4fbe1e

Please sign in to comment.