Skip to content

Instantly share code, notes, and snippets.

View jinkyou's full-sized avatar

Jinkyou Son jinkyou

View GitHub Profile
@jinkyou
jinkyou / gist:ac92c0d9fc53860b703ac773af03b0da
Last active February 27, 2017 10:47
ElasticSearch autocomplete
PUT music
{
"settings": {
"index": {
"analysis": {
"filter": {
"autocompleteFilter": {
"max_shingle_size": "5",
"min_shingle_size": "2",
"type": "shingle"