Skip to content

Commit

Permalink
do not stem suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yugi committed Feb 10, 2024
1 parent 8363baf commit 86673e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def create_and_update_index(index_name, documents, fields_to_not_index):
"type": "custom",
"tokenizer": "standard",
"char_filter": ["html_strip"],
"filter": ["lowercase", "stop", "shingle", "stemmer", "stop"],
"filter": ["lowercase", "stop", "shingle"],
},
"synonym": {
"type": "custom",
Expand Down

0 comments on commit 86673e9

Please sign in to comment.