Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.query |
Modifier and Type | Method and Description |
---|---|
SearchQueryContext<Q> |
SearchQueryResultContext.predicate(Function<? super SearchPredicateFactoryContext,SearchPredicateTerminalContext> predicateContributor)
Set the predicate for this query.
|
SearchQueryContext<Q> |
SearchQueryResultContext.predicate(SearchPredicate predicate)
Set the predicate for this query.
|
SearchQueryContext<Q> |
SearchQueryContext.routing(Collection<String> routingKeys) |
SearchQueryContext<Q> |
SearchQueryContext.routing(String routingKey) |
SearchQueryContext<Q> |
SearchQueryContext.sort(Consumer<? super SearchSortContainerContext> sortContributor) |
SearchQueryContext<Q> |
SearchQueryContext.sort(SearchSort sort) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.