Re-enable path autocomplete #54

This commit is contained in:
2020-06-02 19:46:17 -04:00
parent 13fdbd9e69
commit 27b4e6403e
10 changed files with 89 additions and 19 deletions

View File

@@ -10,6 +10,7 @@
"path": {
"type": "text",
"analyzer": "path_analyzer",
"copy_to": "suggest-path",
"fielddata": true,
"fields": {
"nGram": {
@@ -22,6 +23,10 @@
}
}
},
"suggest-path": {
"type": "completion",
"analyzer": "case_insensitive_kw_analyzer"
},
"mime": {
"type": "keyword"
},