Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
-
-
Uses of SearchQueryOptionsStep in org.hibernate.search.backend.elasticsearch.search.query.dsl
Subinterfaces of SearchQueryOptionsStep in org.hibernate.search.backend.elasticsearch.search.query.dsl Modifier and Type Interface Description interface
ElasticsearchSearchQueryOptionsStep<H,LOS>
-
Uses of SearchQueryOptionsStep in org.hibernate.search.backend.lucene.search.query.dsl
Subinterfaces of SearchQueryOptionsStep in org.hibernate.search.backend.lucene.search.query.dsl Modifier and Type Interface Description interface
LuceneSearchQueryOptionsStep<H,LOS>
-
Uses of SearchQueryOptionsStep in org.hibernate.search.engine.search.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type SearchQueryOptionsStep Modifier and Type Interface Description interface
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 assorts
can be set, and where the query can beexecuted
orretrieved as an object
.interface
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.interface
SearchQueryWhereStep<N extends SearchQueryOptionsStep<?,H,LOS,?,?>,H,LOS,PDF extends SearchPredicateFactory>
The step in a query definition where the predicate, i.e. -
Uses of SearchQueryOptionsStep in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchQueryOptionsStep Modifier and Type Class Description class
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SCR extends SearchScroll<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>
class
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>
class
AbstractSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory>
Classes in org.hibernate.search.engine.search.query.dsl.spi that implement SearchQueryOptionsStep Modifier and Type Class Description class
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SCR extends SearchScroll<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>
class
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>
Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchQueryOptionsStep Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>
AbstractDelegatingSearchQuerySelectStep. where(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)
SearchQueryOptionsStep<?,E,LOS,?,?>
AbstractDelegatingSearchQuerySelectStep. where(SearchPredicate predicate)
-