登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
本周六 · 上海源创会,一起聊聊AI Agent 构建与应用
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
1.7K
lunma
/
easy-es
forked from
dromara
/
easy-es
确定同步?
同步操作将从
dromara/easy-es
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
删除在远程仓库中不存在的分支和标签
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.0.0
正式版 release
10032d1
2024-05-18 20:26
下载
v2.0.0-beta8
- 新增高亮字段支持设置requireFieldMatch,可指定高亮是否与查询字段匹配(社区pr合并) - 新增mapper自定义default方法功能(社区pr合并) - 父子类型@Join注解增加eagerGlobalOrdinals属性,可用于指定是否创建全局序数,以此提升查询性能 - 修复beat6引入的父子类型-平滑模式下,由eagerGlobalOrdinals默认值导致的重启项目误判索引发生变动而自动更新索引的问题 - 修复高亮指定多个字段且分别使用不同高亮标签时的标签覆盖问题 --- - The new highlighted field supports setting requireFieldMatch, which can specify whether the highlight matches the query field (community PR merge) - Added mapper custom default method function (community PR merge) - The parent-child type @Join annotation adds the eagerGlobalOrdinals attribute, which can be used to specify whether to create a global ordinal to improve query performance. - Fixed the problem of the parent-child type introduced in beat6 - smooth mode, which caused the restart project to misjudge the index change and automatically update the index due to the default value of eagerGlobalOrdinals. - Fixed the label coverage problem when highlighting multiple fields and using different highlight labels respectively.
7a96501
2024-04-14 19:02
下载
v2.0.0-beta7
- 新增对LocalDate,LocalDateTime,Date日期类型字段的无注解支持及默认格式化格式支持 - 新增RequestOptions自定义API,可拓展性进一步提升 - 修复#I7HNQZ 多排序距离不生效问题 - 修复#I9BIPO Springboot3.1.7不兼容问题 - 修复#I9BIPV 自动挡模式下,若未指定父子类型关系注解,无法托管索引问题(beta6引入) --- - Added annotation-free support and default format support for LocalDate, LocalDateTime, and Date date type fields. - Added RequestOptions custom API to further improve scalability - Fixed the problem of #I7HNQZ multi-sort distance not taking effect - Fix #I9BIPO Springboot3.1.7 incompatibility issue - Fix #I9BIPV In automatic mode, if the parent-child type relationship annotation is not specified, the index cannot be hosted (introduced in beta6)
65efe23
2024-03-25 21:49
下载
v2.0.0-beta6
- 新增父子类型对一父多子以及一父多子多孙场景的索引自动化支持(重大特性) - 增加对父子类型所有查询功能支持(重大特性) - 提供全新自定义注解@Settings,支持便捷预设与灵活自定义功能,可支持ES索引中所有Settings的便捷处理(重大特性) - 所有CRUD方法支持方法粒度的自定义路由功能 - DSL语句打印中新增对路由的打印 - javadoc及注释和部分代码细节优化 --- - Added parent-child type index automation support for one parent with many children and one parent with many children with many grandchildren (significant feature) - Increased support for all query functions of parent-child types (significant feature) - Provide a brand-new custom annotation @Settings, support convenient preset and flexible customization, and support convenient handling of all settings in ES index (significant feature). - All CRUD methods support custom routing function of method granularity. - Printing of routing is added in DSL statement printing. - Javadoc and comments and some code details optimization
91a4ffb
2024-03-19 21:41
下载
v2.0.0-beta5
- Provides nested type highlighting query function (important feature), still using the original @HighLight annotation, making it user-friendly - Provides multi-data source function (major feature). This function is contributed by the community Liyy and merged and optimized by Laohan. - Provides https connection to ES, which can avoid SSL verification. This function was contributed and verified by community developer "Yang Zhongcheng", and Laohan merged and optimized it. - @IndexField adds dense_vector and dims specifications, and is compatible with automatic creation of various index modes to support vector type data retrieval. Contributed by the community zhangsan@alona, Laohan merged and optimized - Provides a little black man mode to make coding more interesting. It is turned off by default and can be turned on through configuration. It is for entertainment only. Users are not allowed to use it for other purposes. You are responsible for the consequences... - Fix the NPE problem that occurs when the entity class introduced by #I7T1A6 bete4 is not annotated with @IndexName - Fixed the problem that the highlight annotation did not take effect in the scene marked by #I8XZGP @MultiField. Contributed by the community lym, Laohan merged and optimized - 提供嵌套类型高亮查询功能(重大特性),仍采用原@HighLight注解,用户使用无感 - 提供多数据源功能(重大特性),此功能由社区Liyy贡献,老汉合并并优化 - 提供https连接ES方式,可免SSL验证,此功能由社区开发者"杨忠成"贡献并验证,老汉合并并优化 - @IndexField新增dense_vector和dims指定,并兼容各种索引模式自动创建,以此支撑向量类型数据检索 由社区zhangsan@alona贡献,老汉合并并优化 - 提供小黑子模式,提升编码趣味性,默认关闭,可通过配置开启,仅供娱乐,切勿用户其它用途,后果自负... - 修复#I7T1A6 bete4引入的实体类不加@IndexName注解时出现NPE问题 - 修复#I8XZGP @MultiField标记的场景下,高亮注解未生效问题 由社区lym贡献,老汉合并并优化 - 修复#I8XZID 调整批量刷新api接口返回类型为成功刷新的分片数,解决部分场景下,有分片刷新失败时刷新状态返回有误的问题 - 避坑文档增加对es中_id使用的规范,可避坑可能出现OOM及性能问题,es小白必读 - 优化GEO相关文档中,经纬度"倒反天罡"问题,调整为纬度在前,经度在后 - 新特性相关使用文档同步更新 - Fix #I8XZID and adjust the return type of the batch refresh api interface to the number of successfully refreshed shards, solving the problem of incorrect refresh status returned when a shard refresh fails in some scenarios. - The pit avoidance document adds specifications for the use of _id in es, which can avoid pitfalls that may cause OOM and performance problems. A must-read for es newbies - Optimize the problem of "reverse Tiangang" in longitude and latitude related documents in GEO, adjust it so that latitude comes first and longitude comes last. - Documents related to new features are updated simultaneously
e8cc64c
2024-01-25 21:44
下载
v2.0.0-beta3
7efd7dd
2023-07-10 17:59
下载
v2.0.0-beta4
7efd7dd
2023-07-10 17:59
下载
v2.0.0-beta2
105e80d
2023-04-20 23:37
下载
v2.0.0-beta1
b680f83
2023-03-18 23:14
下载
v1.1.1
c120545
2022-12-16 18:07
下载
v1.1.0
074be3c
2022-11-19 11:47
下载
v1.0.3
61cecb0
2022-10-24 17:44
下载
v1.0.2
ed323d8
2022-09-17 20:45
下载
v1.0.1
e566751
2022-09-01 20:23
下载
v1.0.0
1856e65
2022-08-19 14:49
下载
v0.9.90
005e8c5
2022-08-12 15:22
下载
v0.9.80
320a0b1
2022-08-05 17:00
下载
v0.9.70
f4ecfd2
2022-08-01 17:11
下载
v0.9.60
77a7b25
2022-06-29 18:25
下载
v0.9.50
c8c1c75
2022-06-29 10:33
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Java
1
https://gitee.com/lunma/easy-es.git
git@gitee.com:lunma/easy-es.git
lunma
easy-es
easy-es
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册