Interface TermsAggregationBuilder<K>

    • Method Detail

      • orderByCountDescending

        void orderByCountDescending()
      • orderByCountAscending

        void orderByCountAscending()
      • orderByTermDescending

        void orderByTermDescending()
      • orderByTermAscending

        void orderByTermAscending()
      • minDocumentCount

        void minDocumentCount​(int minDocumentCount)
      • maxTermCount

        void maxTermCount​(int maxTermCount)