filter会进行缓存对应到内存中的bitmap,实际使用过程中filter是类似下面这样的, 请问这个是对应一个filter呢还是三个filter呢?谢谢!
																				{
  "filter": [
    {
      "term": {
        "title": "apple"
      }
    },
    {
      "terms": {
        "provinceId": [
          1,
          2,
          3
        ]
      }
    },
    {
      "term": {
        "productType": 5
      }
    }
  ]
}

 
	
1 个回复
kennywu76 - Wood
赞同来自: laoyang360 、rochy