{
    "query": {
        "bool": {
            "must": {
                "multi_match": {
                    "query": "测试", 
                    "fields": [
                        "content"
                    ]
                }
            }, 
            "filter": [
                {
                    "range": {
                        "count": {
                            "gte": 100, 
                            "lte": 105
                        }
                    }
                }, 
                {
                    "range": {
                        "price": {
                            "gte": 82, 
                            "lte": 82
                        }
                    }
                },
                {
                    "terms": {
                        "channel": [
                            "bbc", 
                            "bc"
                        ]
                    }
                }
            ]
        }
    }
}
 
	
1 个回复
flyfeifei66
赞同来自: