Interface TermsAggregationBuilder<K,V>
- All Superinterfaces:
SearchAggregationBuilder<Map<K,V>>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(SearchPredicate filter) voidmaxTermCount(int maxTermCount) voidminDocumentCount(int minDocumentCount) voidvoidvoidvoid<T> TermsAggregationBuilder<K, T> withValue(SearchAggregation<T> aggregation) Methods inherited from interface org.hibernate.search.engine.search.aggregation.spi.SearchAggregationBuilder
build
-
Method Details
-
filter
-
orderByCountDescending
void orderByCountDescending() -
orderByCountAscending
void orderByCountAscending() -
orderByTermDescending
void orderByTermDescending() -
orderByTermAscending
void orderByTermAscending() -
minDocumentCount
void minDocumentCount(int minDocumentCount) -
maxTermCount
void maxTermCount(int maxTermCount) -
withValue
-