Skip to content

Releases: dromara/easy-es

v2.0.0

18 May 12:49
Compare
Choose a tag to compare

2.0.0 release
2.0.0 发行版

v2.0.0-beta8

08 Dec 07:02
9bade56
Compare
Choose a tag to compare
  • 新增高亮字段支持设置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.