public interface SearchQueryContext<Q>
Modifier and Type | Method and Description |
---|---|
Q |
build() |
SearchQueryContext<Q> |
routing(Collection<String> routingKeys) |
SearchQueryContext<Q> |
routing(String routingKey) |
SearchQueryContext<Q> |
sort(Consumer<? super SearchSortContainerContext> sortContributor) |
SearchQueryContext<Q> |
sort(SearchSort sort) |
SearchQueryContext<Q> routing(String routingKey)
SearchQueryContext<Q> routing(Collection<String> routingKeys)
SearchQueryContext<Q> sort(SearchSort sort)
SearchQueryContext<Q> sort(Consumer<? super SearchSortContainerContext> sortContributor)
Q build()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.