elastic 查询
GET /scddb/_search
{
"size": 2,
"from": 0,
"query": {
"bool":{
"must":[
{
"bool":{
"must":[
{
"match": {
"title": "名片"
}
},
{
"match": {
"is_show": 1
}
}
]
}
},
{
"bool":{
"should":[
{
"match":{
"geshi":"psd"
}
}
,
{
"match":{
"geshi":"ai"
}
}
]
}
}
]
}
},
"sort":[
{
"weight":{"order":"desc"}
},
{
"newstime":{"order":"desc"}
}
]
}
浙公网安备 33010602011771号