https://www.cnblogs.com/chenmz1995/p/11446422.html
https://blog.csdn.net/sinat_29581293/article/details/81486761
{
"query":{
"bool":{
"must":[
{
"match_phrase":{
"title":{
"query":"版本" }
}
}
],
"should":[
{
"match_phrase":{
"title":{
"query":"配置"
}
}
},
{
"match_phrase":{
"content":{
"query":"配置"
}
}
}
],
"disable_coord":false,
"adjust_pure_negative":true
}
},
"highlight":{
"fields":{
"title":{
},
"content":{
}
}
}
}