RED-4589: Set the ES analyzer for the filename to simple to be able to search for filename parts

This commit is contained in:
Viktor Seifert 2022-08-23 14:20:29 +02:00
parent 397cb19f30
commit 009c208cc3

View File

@ -11,7 +11,8 @@
},
"filename": {
"type": "text",
"term_vector": "with_positions_offsets"
"term_vector": "with_positions_offsets",
"analyzer": "whitespace"
},
"date": {
"type": "date"