소스 검색

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

Fix minor issues in delimited payload token filter docs
Jason Tedor 10 년 전
부모
커밋
b4fbe1e1b8
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc

+ 1 - 3
docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc

@@ -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: