The best Elasticsearch Highlevel Rest Client API-----bboss v5.2.1 发布。 主要功能特色
v5.2.1 功能改进
https://my.oschina.net/bboss/blog/2247795
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 源码托管地址 |