Enable Fielddata On Text Fields

PUT my_index/_mapping/my_type { “properties”: { “my_field”: { “type”: “text”, “fielddata”: true } } }
相关文章
相关标签/搜索