ES常用语句
GET /chat/_search?size=1000
{
"query": {
"bool": {
"filter": [
{ "term": { "from": 8206 }},
{ "term": { "target": 57943 }}
]
}
}
}
GET /chat/_search?size=1000
{
"query": {
"bool": {
"filter": [
{ "term": { "from": 8206 }},
{ "term": { "target": 57943 }}
]
}
}
}