Elasticsearch 支持哪些类型的查询? 查询主要分为两种类型:精确匹配、全文检索匹配。 精确匹配,例如 term、exists、term set、 range、prefix、 ids、 wildcard、regexp、 fuzzy等。 全文检索,例如match、match_phrase、multi_match、match_phrase_prefix、query_string 等