Easy-Es v3.0.1 已经发布,傻瓜级 ElasticSearch 搜索引擎 ORM 框架。
v3.0.1 版本内容
- feat:mapping支持index和docValues
- feat: 当between两个参数相同时,优化成eq查询,提高查询性能
- feat: 增强了对日期格式处理
- feat(highlight): 添加高亮参数 noMatchSize 功能
- feat: 引入向量检索功能,beta版,后续会持续增强
- fix: 修复无法多次createIndex的问题
- fix: 修复异常时日志未打印出方法坐标的问题
- fix: 修复更新请求操作中补充文档内容设置
- fix: 修复updateByIdBatch修改的问题
- fix: 修复baseEntity新增修改不生效的问题
v3.0.1 version content
- feat:mapping supports index and docValues.
- feat: When the two parameters between are the same, it is optimized into an eq query to improve the query performance.
- feat: Enhanced processing of date format.
- feat(highlight): add the highlight parameter noMatchSize function.
- feat: vector retrieval function is introduced, beta version, which will be continuously enhanced in the future.
- fix: fix the problem that the index cannot be createIndex multiple times.
- fix: When fixing the exception, the log did not print out the method coordinates.
- fix: fix the supplementary document content settings in the update request operation.
- fix: fix the problem of updateByIdBatch modification.
- fix: fix the problem that the new modification of baseEntity does not take effect.
详情查看:https://gitee.com/dromara/easy-es/releases/v3.0.1