[hibernate-commits] [hibernate/hibernate-search] 4041ee: HSEARCH-3685 Include -Infinity/+Infinity in Ranges...

Yoann Rodière noreply at github.com
Mon Sep 16 09:02:38 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 4041eeaa34f2b901994f78471b41e4fd0d8c0cf2
      https://github.com/hibernate/hibernate-search/commit/4041eeaa34f2b901994f78471b41e4fd0d8c0cf2
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-09-16 (Mon, 16 Sep 2019)

  Changed paths:
    M backend/lucene/src/main/java/org/hibernate/search/backend/lucene/types/lowlevel/impl/FacetCountsUtils.java
    M util/common/src/main/java/org/hibernate/search/util/common/data/Range.java

  Log Message:
  -----------
  HSEARCH-3685 Include -Infinity/+Infinity in Ranges where relevant

This does not change the behavior of search, but will change the values
returned by range.getLowerBoundInclusion() and
range.getUpperBoundInclusion() in some cases, which may affect users.
So we'd better do it now than after the final release.


  Commit: a5f3c0e9dae268b6d304ada3e3bee5baff6eb6fb
      https://github.com/hibernate/hibernate-search/commit/a5f3c0e9dae268b6d304ada3e3bee5baff6eb6fb
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-09-16 (Mon, 16 Sep 2019)

  Changed paths:
    A integrationtest/backend/lucene/src/test/java/org/hibernate/search/integrationtest/backend/lucene/search/LuceneFloatingPointInfinitySearchIT.java

  Log Message:
  -----------
  HSEARCH-3685 Add tests for floating point infinity in Lucene, in particular in aggregations

Elasticsearch doesn't support indexing infinity.


Compare: https://github.com/hibernate/hibernate-search/compare/9ff43fe8af9e...a5f3c0e9dae2



More information about the hibernate-commits mailing list