内容简介: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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
PHP Hacks
Jack Herrington D. / O'Reilly Media / 2005-12-19 / USD 29.95
Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PH......一起来看看 《PHP Hacks》 这本书的介绍吧!