Interface SearchQueryBuilder<H,​C>

  • Type Parameters:
    H - The type of query results
    C - The type of query element collector

    public interface SearchQueryBuilder<H,​C>
    A builder for search queries.
    • Method Detail

      • toQueryElementCollector

        C toQueryElementCollector()
      • addRoutingKey

        void addRoutingKey​(String routingKey)
      • truncateAfter

        void truncateAfter​(long timeout,
                           TimeUnit timeUnit)
      • failAfter

        void failAfter​(long timeout,
                       TimeUnit timeUnit)
      • totalHitCountThreshold

        void totalHitCountThreshold​(long totalHitCountThreshold)