金色年华ch
2019-12-19 23:22
{
"query":{
"bool":{
"filter":{
"term":{
"author":"李史峰"
}
}
}
}
}
返回结果:
{
"took":2,
"timed_out":false,
"_shards":{
"total":3,
"successful":3,
"skipped":0,
"failed":0
},
"hits":{
"total":0,
"max_score":null,
"hits":[
]
}
}
term:精确查询, 这种查询适合keyword、numeric、date等明确值的,你看你查询的字段类型是不是设置成text了
ElasticSearch入门
67740 学习 · 302 问题
相似问题