|
@ -1,14 +1,14 @@
|
|
|
[es-sql](http://172.19.103.68:9200/_plugin/sql/) 例子
|
|
|
[elasticsearch-sql文档](https://github.com/NLPchina/elasticsearch-sql/wiki/Functions-support)
|
|
|
**重命名配置支持**
|
|
|
{elasticsearch_home}/config/elasticsearch.yml
|
|
|
|
|
|
|
|
|
{elasticsearch_home}/config/elasticsearch.yml
|
|
|
|
|
|
```
|
|
|
script.inline: on
|
|
|
script.indexed: on
|
|
|
script.engine.groovy.inline.aggs: on
|
|
|
|
|
|
```
|
|
|
|
|
|
**目前2.4.2 es-sql不支持update delete**
|
|
|
6.x 系列的es支持delete
|