Skip to content

Commit

Permalink
Remove comment from apostrophe token filter request (#7930) (#7931)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Aug 7, 2024
1 parent 9d90c9e commit 2d71d57
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 2d71d57

Please sign in to comment.