Untitled
Anonymous
plain_text
06/15/2023 9:43 AM
524 B
15
Indexable
Давай попробуем изменить схему ES в том месте, где описание director
```yaml
"director": {
"type": "nested",
"dynamic": "strict",
"properties": {
"id": {
"type": "keyword"
},
"name": {
"type": "text",
"analyzer": "ru_en"
}
}
}
```Editor is loading...