1. Type Query(类型查询)

原文链接 : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-type-query.html

译文链接 : http://www.apache.wiki/pages/viewpage.action?pageId=4882445

贡献者 : @小布丁

过滤与所提供的文档或者映射类型相匹配的文档。

GET /_search
{
    "query": {
        "type" : {
            "value" : "my_type"
        }
    }
}
Copyright © Kilvn 2021. all right reserved,powered by Gitbook最后更新时间: 2021-06-08 20:22:42

results matching ""

    No results matching ""