# features
适配solon,spring
新增根据索引结构生成实体类功能
新增支持多个包扫描
新增copy_to类型字段
兼容混合查询中设置了排序,searchAfter查询报错:排序参数不能为空
@IndexName中支持通过表达式动态生成indexName
...
This commit is contained in:
xpc 2025-01-24 20:15:38 +08:00
parent 24420a35bf
commit 93f78fc78f
9 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-parent</artifactId> <artifactId>easy-es-parent</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<relativePath>../easy-es-parent</relativePath> <relativePath>../easy-es-parent</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-parent</artifactId> <artifactId>easy-es-parent</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<relativePath>../easy-es-parent</relativePath> <relativePath>../easy-es-parent</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-parent</artifactId> <artifactId>easy-es-parent</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<relativePath>../easy-es-parent</relativePath> <relativePath>../easy-es-parent</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-parent</artifactId> <artifactId>easy-es-parent</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<relativePath>../easy-es-parent</relativePath> <relativePath>../easy-es-parent</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-parent</artifactId> <artifactId>easy-es-parent</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<relativePath>../easy-es-parent</relativePath> <relativePath>../easy-es-parent</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es-parent</artifactId> <artifactId>easy-es-parent</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<name>easy-es-parent</name> <name>easy-es-parent</name>
<description>easy use for elastic search</description> <description>easy use for elastic search</description>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es</artifactId> <artifactId>easy-es</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
</parent> </parent>
<properties> <properties>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es</artifactId> <artifactId>easy-es</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
</parent> </parent>
<artifactId>easy-es-test</artifactId> <artifactId>easy-es-test</artifactId>

View File

@ -6,7 +6,7 @@
<groupId>org.dromara.easy-es</groupId> <groupId>org.dromara.easy-es</groupId>
<artifactId>easy-es</artifactId> <artifactId>easy-es</artifactId>
<version>2.0.0</version> <version>2.1.0</version>
<name>easy-es</name> <name>easy-es</name>
<description>easy use for elastic search</description> <description>easy use for elastic search</description>