RED-4589: Set the ES analyzer for the filename to simple to be able to search for filename parts
This commit is contained in:
parent
397cb19f30
commit
009c208cc3
@ -11,7 +11,8 @@
|
||||
},
|
||||
"filename": {
|
||||
"type": "text",
|
||||
"term_vector": "with_positions_offsets"
|
||||
"term_vector": "with_positions_offsets",
|
||||
"analyzer": "whitespace"
|
||||
},
|
||||
"date": {
|
||||
"type": "date"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user