我有一个巨大的客户数据保存在ElasticSearch
我的问题在下面 {"query": {"query_string": {"query": "Mobile"}}}
问题1
我需要过滤掉
{country: Germany} "filter": [ { "term": { "Country.keyword": "Germany" }}]
问题2
我需要过滤掉 {country: Germany}
以及 {continent:Europe}
我有一个巨大的客户数据保存在ElasticSearch
我的问题在下面 {"query": {"query_string": {"query": "Mobile"}}}
问题1
我需要过滤掉
{country: Germany} "filter": [ { "term": { "Country.keyword": "Germany" }}]
问题2
我需要过滤掉 {country: Germany}
以及 {continent:Europe}
1条答案
按热度按时间qkf9rpyu1#
添加索引数据、搜索查询和搜索结果的工作示例
第一个问题,
need to filter out {country: Germany}
,您需要在bool query中 Package 查询:搜索结果:
对于第二个问题,请尝试以下查询:
搜索结果: