Enable Fielddata On Text Fields

xiaoxiao2021-02-28  123

PUT my_index/_mapping/my_type { “properties”: { “my_field”: { “type”: “text”, “fielddata”: true } } }

转载请注明原文地址: https://www.6miu.com/read-33059.html

最新回复(0)