GET content-split-*/_search
{
"query": {
"bool" : {
"must" : [
{
"match": {
"used" : 0
}
},
{
"match": {
"contentag": 0
}
},
{
"match": {
"area.keyword": ""
}
}
,
{
"match": {
"lablename2": "成人英语"
}
}
],
"should": [
{
"match": {
"content": "北京"
}
},
{
"match": {
"content": "英语"
}
},
{
"match": {
"content": "雅思"
}
},
{
"match": {
"content": "试题"
}
}
],
"minimum_should_match": 2
}
}
}