mirror of
https://github.com/simon987/sist2.git
synced 2025-12-10 22:18:54 +00:00
Option to search in path #49
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user