Option to search in path #49

This commit is contained in:
2020-05-09 21:59:07 -04:00
parent 27509f97e1
commit 16514fd6b0
7 changed files with 57 additions and 11 deletions

View File

@@ -11,7 +11,16 @@
"type": "text",
"analyzer": "path_analyzer",
"fielddata": true,
"index_prefixes": {}
"fields": {
"nGram": {
"type": "text",
"analyzer": "my_nGram"
},
"text": {
"type": "text",
"analyzer": "content_analyzer"
}
}
},
"mime": {
"type": "keyword"