Type Query(类型查询)
过滤与所提供的文档或者映射类型相匹配的文档。
GET /_search
{
"query": {
"type" : {
"value" : "my_type"
}
}
}
Last updated
Was this helpful?
过滤与所提供的文档或者映射类型相匹配的文档。
GET /_search
{
"query": {
"type" : {
"value" : "my_type"
}
}
}
Last updated
Was this helpful?