摘要:
query 和 filter 的区别请看: http://www.cnblogs.com/ghj1976/p/5292740.html Filter DSL term 过滤 term主要用于精确匹配哪些值,比如数字,日期,布尔值或 not_analyzed 的字符串(未经分析的文本数据类型): { "term": { "age": 26 }} { "term... 阅读全文
posted @ 2016-03-18 18:43 蝈蝈俊 阅读(181630) 评论(3) 推荐(16) 编辑