类型检索 type query

在7.0.0中弃用。

curl -X GET "localhost:9200/_search?pretty" -H 'Content-Type: application/json' -d'
{
  "query": {
    "type": {
      "value": "_doc"
    }
  }
}
'

  

posted @ 2021-03-08 13:21  薄荷味日记  阅读(80)  评论(0编辑  收藏  举报