内容简介:The best Elasticsearch Highlevel Rest Client API-----bboss v5.2.1 发布。 主要功能特色 ElasticSearch兼容性:2.x,5.x,6.x,+ JDK兼容性: jdk 1.7+ Spring boot兼容性:1.x,2.x ORM和DSL二者兼顾,类mybatis方式...
The best Elasticsearch Highlevel Rest Client API-----bboss v5.2.1 发布。
主要功能特色
ElasticSearch兼容性:2.x,5.x,6.x,+
JDK兼容性: jdk 1.7+
Spring boot兼容性:1.x,2.x
ORM和DSL二者兼顾,类mybatis方式操作ElasticSearch,
支持 SQL 和JDBC
提供快速而高效的数据导入ES工具
v5.2.1 功能改进
支持elasticsearch 6.x的join type父子关联查询
elasticsearch 5.x父子查询示例:
https://gitee.com/bbossgroups/eshelloword-booter/tree/master/src/test/java/org/bboss/elasticsearchtest/parentchild
elasticsearch 6.x父子查询示例:
https://gitee.com/bbossgroups/eshelloword-booter/tree/master/src/test/java/org/bboss/elasticsearchtest/jointype
https://my.oschina.net/bboss/blog/2247795
ClientInterface API增加获取dsl配置信息的方法:
ClientInterface clientInterface = ElasticSearchHelper.getConfigRestClientUtil("esmapper/joinparentchild.xml");
//通过名称bulkImportQuestionData获取esmapper/joinparentchild.xml中定义的dsl信息对象
ESInfo esInfo = clientInterface.getESInfo("bulkImportQuestionData");
String dsl = esInfo.getTemplate();//获取dsl脚本多功能改进请浏览:commit
快速集成和应用参考文档
所有项目集成参考文档:https://my.oschina.net/bboss/blog/1801273
spring boot项目集成参考文档:https://my.oschina.net/bboss/blog/1835601
详细使用文档
https://my.oschina.net/bboss/blog/1556866
源码托管地址
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。