Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 5c52523660b34dca3ab532e5169256f80c0306d7
https://github.com/hibernate/hibernate-search/commit/5c52523660b34dca3ab5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3942 Stop testing Elasticsearch 6.2 in periodic CI builds
ES 6.2, 6.3.0, 6.3.1 and 6.3.2 and below have a bug that prevents double-nested
sorts from working:
https://github.com/elastic/elasticsearch/issues/32130
In our case, DistanceSearchSortBaseIT and FieldSearchSortBaseIT were
failing with parameter IndexFieldLocation.IN_NESTED_TWICE.