Elasticsearch 支持哪些类型的查询?

Posted inet_ygssoftware

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Elasticsearch 支持哪些类型的查询?相关的知识,希望对你有一定的参考价值。

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

以上是关于Elasticsearch 支持哪些类型的查询?的主要内容,如果未能解决你的问题,请参考以下文章

ElasticSearch序列 - SpringBoot整合ES:范围查询 range

Elasticsearch查询类型

Elasticsearch的高阶使用方法有哪些?

Elasticsearch的高阶使用方法有哪些?

Elasticsearch系列(14)Query之地理空间查询

Elasticsearch聚合查询