Interface TermsAggregationBuilder<K>

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

public interface TermsAggregationBuilder<K> extends SearchAggregationBuilder<Map<K,Long>>
  • 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)