面试题答案
一键面试{
"query": {
"bool": {
"must": [
{
"match": {
"title": "特定关键词"
}
},
{
"match": {
"content": "特定关键词"
}
}
]
}
}
}