类型检索 type query

在7.0.0中弃用。

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

  

原文地址:https://www.cnblogs.com/Mint-diary/p/14499124.html