Skip to content

Commit

Permalink
tokenize the location name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Apr 5, 2018
1 parent 06eb0fe commit c69b399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ const indexSettings = `
"locations": {
"tokenizer": "location_tokenizer",
"filter": [
"lowercase"
"lowercase",
"word_delimiter"
]
}
},
Expand Down

0 comments on commit c69b399

Please sign in to comment.