Interface TermsAggregationBuilder<K,V>

All Superinterfaces:
SearchAggregationBuilder<Map<K,V>>

public interface TermsAggregationBuilder<K,V> extends SearchAggregationBuilder<Map<K,V>>
  • Method Details

    • filter

      void filter(SearchPredicate filter)
    • orderByCountDescending

      void orderByCountDescending()
    • orderByCountAscending

      void orderByCountAscending()
    • orderByTermDescending

      void orderByTermDescending()
    • orderByTermAscending

      void orderByTermAscending()
    • minDocumentCount

      void minDocumentCount(int minDocumentCount)
    • maxTermCount

      void maxTermCount(int maxTermCount)
    • withValue

      <T> TermsAggregationBuilder<K,T> withValue(SearchAggregation<T> aggregation)