Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQueryWhereStep
-
-
Uses of SearchQueryWhereStep in org.hibernate.search.backend.elasticsearch.search.query.dsl
Subinterfaces of SearchQueryWhereStep in org.hibernate.search.backend.elasticsearch.search.query.dsl Modifier and Type Interface Description interface
ElasticsearchSearchQuerySelectStep<R,E,LOS>
interface
ElasticsearchSearchQueryWhereStep<H,LOS>
-
Uses of SearchQueryWhereStep in org.hibernate.search.backend.lucene.search.query.dsl
Subinterfaces of SearchQueryWhereStep in org.hibernate.search.backend.lucene.search.query.dsl Modifier and Type Interface Description interface
LuceneSearchQuerySelectStep<R,E,LOS>
interface
LuceneSearchQueryWhereStep<H,LOS>
-
Uses of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl
Subinterfaces of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl Modifier and Type Interface Description 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.Methods in org.hibernate.search.engine.search.query.dsl that return SearchQueryWhereStep Modifier and Type Method Description <P> SearchQueryWhereStep<?,P,LOS,?>
SearchQuerySelectStep. select(Function<? super PJF,? extends ProjectionFinalStep<P>> projectionContributor)
Select a given projection as a representation of the search hit for each matching document.SearchQueryWhereStep<?,List<?>,LOS,?>
SearchQuerySelectStep. select(SearchProjection<?>... projections)
Select a list of projections as a representation of the search hit for each matching document.<P> SearchQueryWhereStep<?,P,LOS,?>
SearchQuerySelectStep. select(SearchProjection<P> projection)
Select a projection as a representation of the search hit for each matching document.SearchQueryWhereStep<?,E,LOS,?>
SearchQuerySelectStep. selectEntity()
Select the entity was originally indexed as a representation of the search hit for each matching document.SearchQueryWhereStep<?,R,LOS,?>
SearchQuerySelectStep. selectEntityReference()
Select a reference to the entity that was originally indexed as a representation of the search hit for each matching document. -
Uses of SearchQueryWhereStep in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi that implement SearchQueryWhereStep Modifier and Type Class Description class
AbstractDelegatingSearchQuerySelectStep<R,E,LOS>
class
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SC extends SearchScroll<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C>
class
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C>
class
AbstractSearchQuerySelectStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C>
Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchQueryWhereStep Modifier and Type Method Description <P> SearchQueryWhereStep<?,P,LOS,?>
AbstractDelegatingSearchQuerySelectStep. select(Function<? super SearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)
SearchQueryWhereStep<?,List<?>,LOS,?>
AbstractDelegatingSearchQuerySelectStep. select(SearchProjection<?>... projections)
<P> SearchQueryWhereStep<?,P,LOS,?>
AbstractDelegatingSearchQuerySelectStep. select(SearchProjection<P> projection)
SearchQueryWhereStep<?,E,LOS,?>
AbstractDelegatingSearchQuerySelectStep. selectEntity()
SearchQueryWhereStep<?,R,LOS,?>
AbstractDelegatingSearchQuerySelectStep. selectEntityReference()
-