iamazy
iamazy
> UPDATE users set age = 10 where id =1 @otary 你是这么获取的吗?parseResult.getUpdateByQueryRequest()
这个版本的elasticsearch-sql是基于java high level rest client的,说白了其实就是发**http**请求,不像tcp那样还要维护管理tcp连接,**不需要连接池**的 这个组件目前没有与spring boot做集成,你可以去看[elasticsearch-query-toolkit](https://github.com/gitchennan/elasticsearch-query-toolkit),写个jdbc接口就可以直接和mybatis集成了
贴出官网的[SQL Limitations](https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-limitations.html),除了sub-selec没有实现,其他基本都有
Waiting for this feature and the other xDS features support
支持es7的可以看[elasticsearch-sql](https://github.com/iamazy/elasticsearch-sql)哦,基于java rest high level client
> > 支持es7的可以看[elasticsearch-sql](https://github.com/iamazy/elasticsearch-sql)哦,基于java rest high level client > > 兄弟,自己写的吗? 牛逼了,比NLP团队还快 是滴呀
> > > > 支持es7的可以看[elasticsearch-sql](https://github.com/iamazy/elasticsearch-sql)哦,基于java rest high level client > > > > > > > > > 兄弟,自己写的吗? 牛逼了,比NLP团队还快 > > > > > > 是滴呀 > > 兄弟,你这个功能是SQL图形界面客户端插件,还是代码里面的SQL:把SQL查询语句转换为json查询条件??...
现在[elasticsearch-sql](https://github.com/iamazy/elasticsearch-sql)也做成了elasticsearch的插件啦!!!
> 这可以,很牛逼,es7.0不知如何,你们都升级没,怕bug多,不敢升级 没升级,用的还是6.6.0,只不过支持7.0.0的版本
> > 现在[elasticsearch-sql](https://github.com/iamazy/elasticsearch-sql)也做成了elasticsearch的插件啦!!! > > 有没有相关的文档呢? 有个简单版本的文档[elasticsearch-sql-wiki](https://github.com/iamazy/elasticsearch-sql/wiki)