设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

bboss v5.2.1发布,Elasticsearch Rest Client

2018-11-28 14:26| 发布者: joejoe0332| 查看: 241| 评论: 0|原作者: oschina|来自: oschina

摘要: The best Elasticsearch HighlevelRest Client API-----bbossv5.2.1 发布。主要功能特色ElasticSearch兼容性:2.x,5.x,6.x,+JDK兼容性: jdk 1.7+Spring boot兼容性:1.x,2.xORM和DSL二者兼顾,类mybatis方式操作Elast ...

The best Elasticsearch Highlevel Rest  Client API-----bboss   v5.2.1 发布。

主要功能特色

  1. ElasticSearch兼容性:2.x,5.x,6.x,+

  2. JDK兼容性: jdk 1.7+

  3. Spring boot兼容性:1.x,2.x

  4. ORM和DSL二者兼顾,类mybatis方式操作ElasticSearch,

  5. 支持SQL和JDBC

  6. 提供快速而高效的数据导入ES工具

v5.2.1 功能改进

        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 

源码托管地址 


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部