Skip to content

Commit c69b399

Browse files
committed
tokenize the location name
1 parent 06eb0fe commit c69b399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ const indexSettings = `
379379
"locations": {
380380
"tokenizer": "location_tokenizer",
381381
"filter": [
382-
"lowercase"
382+
"lowercase",
383+
"word_delimiter"
383384
]
384385
}
385386
},

0 commit comments

Comments
 (0)