Skip to content

Commit

Permalink
Remove comment from apostrophe token filter request (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#7930)

Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Aug 7, 2024
1 parent a0bf74a commit 646cbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _analyzers/token-filters/apostrophe.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PUT /custom_text_index
"analyzer": {
"custom_analyzer": {
"type": "custom",
"tokenizer": "standard", // splits text into words
"tokenizer": "standard"
"filter": [
"lowercase",
"apostrophe"
Expand Down

0 comments on commit 646cbd2

Please sign in to comment.