Untitled
unknown
plain_text
2 years ago
392 B
7
Indexable
Давай попробуем изменить схему ES в том месте, где описание director
```yaml
"director": {
"type": "nested",
"dynamic": "strict",
"properties": {
"id": {
"type": "keyword"
},
"name": {
"type": "text",
"analyzer": "ru_en"
}
}
}
```Editor is loading...