ElasticSearch查绚使用学习
Posted yangchongxing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ElasticSearch查绚使用学习相关的知识,希望对你有一定的参考价值。
【ElasticSearch】查绚使用学习
=============================================================
multi_match 多字段匹配
=============================================================
multi_match 多字段匹配
multi_match 查询可以在多个字段上执行相同的 match 查询
{ "query": { "bool": { "must": [ { "multi_match": { "fields": [ "id", "position" ], "query": "100000" } } ], "must_not": [ ], "should": [ ] } }, "from": 0, "size": 10, "sort": [ ], "aggs": { } }
以上是关于ElasticSearch查绚使用学习的主要内容,如果未能解决你的问题,请参考以下文章
elasticsearch代码片段,及工具类SearchEsUtil.java
使用标准库Ruby将数据标记到Elasticsearch批量中