面试题答案
一键面试{
"query": {
"bool": {
"must": [
{
"range": {
"publication_year": {
"gt": 2020
}
}
},
{
"match": {
"author": "张三"
}
}
]
}
},
"sort": [
{
"title": {
"order": "asc"
}
}
]
}