{
"query": {
"bool": {
"must": [
{
"match": {
"profile": "东汉曹操"
}
},
{
"term": {
"name": "曹操"
}
}
],
"filter": [
{
"range": {
"birthday": {
"gte": "3284-01-12T01:01:01Z"
}
}
},
{
"term": {
"married": "false"
}
}
]
}
},
"highlight": {
"pre_tags": [
"<em>"
],
"post_tags": [
"</em>"
],
"fields": {
"profile": {},
"name": {}
}
}
}
es-DSL
最新推荐文章于 2024-10-20 21:00:19 发布