Skip to content

Commit

Permalink
HSEARCH-3649 Add more specific tests for terms aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Sep 3, 2019
1 parent ce10d27 commit 6bd70dc
Show file tree
Hide file tree
Showing 4 changed files with 712 additions and 0 deletions.
Expand Up @@ -24,4 +24,10 @@ public boolean aggregationsOnMultiValuedFields(Class<?> fieldType) {
return String.class.equals( fieldType );
}

@Override
public boolean nonDefaultOrderInTermsAggregations() {
// TODO HSEARCH-3666 Lucene terms aggregations (discrete facets) may return wrong results for any sort other than the default one
return false;
}

}

0 comments on commit 6bd70dc

Please sign in to comment.