1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Hibernate Search 5.3.0.Beta1 发布 下载

本帖由 漂亮的石头2015-05-12 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,322
    赞:
    46
    Hibernate Search 5.3.0.Beta1 发布了,该版本全面支持原生的 Lucene Faceting 技术。

    看看现在的注解实现方式:

    @Indexed
    public class Quux {
    @DocumentId
    private Integer id;

    @Field(analyze = Analyze.NO),
    @Facets({
    @Facet,
    @Facet(name = "string_facet_value", encoding = FacetEncodingType.STRING)
    })
    private double value;
    }

    其他方面改进内容:

    Bug

    • [HSEARCH-900] - Faceting with manytoone relationship give wrong faceting count
    Improvement

    • [HSEARCH-812] - Possibiltiy to set boolean type (SHOULD/MUST) when selecting multiple facets
    • [HSEARCH-1848] - Replace the Infinispan Directory provider with the one distributed by the Infinispan project
    Task

    • [HSEARCH-809] - Make use of the new faceting API offered by Lucene

    下载 zip 包:SourceForge
    Hibernate Search 5.3.0.Beta1 发布下载地址
     
正在加载...