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

Enable Fielddata On Text Fields

相关文章:

  • 2021-10-17
  • 2021-09-30
  • 2021-11-20
  • 2021-09-23
  • 2021-09-02
  • 2021-08-11
  • 2021-09-13
  • 2021-09-05
猜你喜欢
  • 2021-05-15
  • 2021-08-30
  • 2021-08-17
  • 2021-09-23
  • 2021-10-09
  • 2021-11-10
相关资源
相似解决方案