File tree Expand file tree Collapse file tree
APIJSON-Java-Server/APIJSONDemo-MultiDataSource-Elasticsearch Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# APIJSONDemo
22
3- ## 1、 支持多数据源
3+ ## 支持多数据源
44
55数据源解析顺序:
66
4848
4949 ![ image] ( https://user-images.githubusercontent.com/12228225/207245545-277ba9a6-e87f-42b3-af55-9d6a37384a1e.png )
5050
51- ## 2、 集成elasticsearch-sql
51+ ## 集成elasticsearch-sql
5252
5353换成xpack, 也一样
5454
5555应用导入: elasticsearch-sql-7.17.5.0.jar
5656
57- ## 3、apijson支持elasticsearch功能点
57+ ## apijson elasticsearch type支持
58+
59+ APIJSONSQLConfig.* TABLE_KEY_MAP* .put("ES_blog", "es_blog/doc");
60+
61+ ## apijson支持elasticsearch功能点
5862
5963新增、修改、删除、查询
6064
61- ## 4、 elasticsearch-sql不支持RLIKE
65+ ## elasticsearch-sql不支持RLIKE
6266
6367![ image] ( https://user-images.githubusercontent.com/12228225/207245701-ea2560a9-2389-4953-a568-9e85adfb15ad.png )
6468
65- ## 5、 apijson支持字段 .keyword
69+ ## apijson支持字段 .keyword
6670
6771```
6872{
8185
8286
8387
84- ## 4、 示例
88+ ## 示例
8589
8690### 单条插入
8791
You can’t perform that action at this time.
0 commit comments