Skip to content

Commit 174d28b

Browse files
hbruchkarussell
authored andcommitted
For indexing replace ,. by whitespace so tokens are split (#311)
Signed-off-by: Holger Bruch <[email protected]>
1 parent e88b189 commit 174d28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/index_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"char_filter": {
7676
"punctuationgreedy": {
7777
"type": "pattern_replace",
78-
"pattern": "[\\.,]",
78+
"pattern": "[\\.,']",
7979
"replacement": " "
8080
},
8181
"remove_ws_hnr_suffix": {

0 commit comments

Comments
 (0)