Untitled

 avatar
unknown
plain_text
2 years ago
392 B
6
Indexable
Давай попробуем изменить схему ES в том месте, где описание director

```yaml
"director": {
        "type": "nested",
        "dynamic": "strict",
        "properties": {
          "id": {
            "type": "keyword"
          },
          "name": {
            "type": "text",
            "analyzer": "ru_en"
          }
        }
      }
```
Editor is loading...