| Interface | Description |
|---|---|
| SearchQueryDslExtension<T,R,E,LOS> |
An extension to the search query DSL, allowing to set non-standard options on a query.
|
| SearchQueryFinalStep<H> |
The final step in a query definition,
where the query can be
executed or retrieved as an object. |
| SearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H,LOS,SF,AF>,H,LOS,SF extends SearchSortFactory,AF extends SearchAggregationFactory> |
The final step in a query definition, where optional parameters such as
sorts can be set,
and where the query can be executed or retrieved as an object. |
| SearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory> |
The initial step in a query definition, where the element used to represent query hits,
i.e.
|
| SearchQueryWhereStep<N extends SearchQueryOptionsStep<?,H,?,?,?>,H,PDF extends SearchPredicateFactory> |
The step in a query definition where the predicate, i.e.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.