{
    "aggs":{

    },
    "from":0,
    "query":{
        "bool":{
            "must":[
                {
                    "terms":{
                        "ID":[
                            "1",
                            "2"
                        ]
                    }
                }
            ]
        }
    },
    "size":10,
    "sort":[

    ],
    "track_total_hits":true
}

terms 全等

相关文章:

  • 2021-10-14
  • 2021-12-20
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-27
  • 2022-01-17
  • 2021-12-18
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2021-09-16
相关资源
相似解决方案