摘要: elasticsearch客户端选择 这里使用transport建立elasticsearch客户端 applicationContext.xml配置,属性可以采用读取属性文件的方式。参考类PropertyPlaceholderConfigurer。 transport客户端类 参考:https:/ 阅读全文
posted @ 2016-12-20 11:45 無限大 阅读(9757) 评论(0) 推荐(0) 编辑
摘要: elastic使用lucene建立索引的步骤中,需要文件系统缓存需要同步到磁盘上。(多个segment->commit文件来维护) 当建立历史数据时,并不要求太高的实时性时,可以减小(默认1s)自动刷新时间。 curl -XPOST http://127.0.0.1:9300/logstash-20 阅读全文
posted @ 2016-12-20 11:37 無限大 阅读(327) 评论(0) 推荐(0) 编辑