public interface TermsAggregationBuilder<K> extends SearchAggregationBuilder<Map<K,Long>>
| Modifier and Type | Method and Description |
|---|---|
void |
filter(SearchPredicate filter) |
void |
maxTermCount(int maxTermCount) |
void |
minDocumentCount(int minDocumentCount) |
void |
orderByCountAscending() |
void |
orderByCountDescending() |
void |
orderByTermAscending() |
void |
orderByTermDescending() |
buildvoid filter(SearchPredicate filter)
void orderByCountDescending()
void orderByCountAscending()
void orderByTermDescending()
void orderByTermAscending()
void minDocumentCount(int minDocumentCount)
void maxTermCount(int maxTermCount)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.