Package org.hibernate.search.engine.search.query.dsl
package org.hibernate.search.engine.search.query.dsl
-
InterfacesClassDescriptionSearchQueryDslExtension<SR,
T, R, E, LOS> An extension to the search query DSL, allowing to set non-standard options on a query.The final step in a query definition, where the query can beexecuted
orretrieved as an object
.SearchQueryOptionsStep<SR,S extends SearchQueryOptionsStep<SR, ?, H, LOS, SF, AF>, H, LOS, SF extends TypedSearchSortFactory<SR>, AF extends TypedSearchAggregationFactory<SR>> 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
.SearchQuerySelectStep<SR,N extends SearchQueryOptionsStep<SR, ?, E, LOS, ?, ?>, R, E, LOS, PJF extends TypedSearchProjectionFactory<SR, R, E>, PDF extends TypedSearchPredicateFactory<SR>> The initial step in a query definition, where the element used to represent query hits, i.e. the "SELECT" clause, can be set.SearchQueryWhereStep<SR,N extends SearchQueryOptionsStep<SR, ?, H, LOS, ?, ?>, H, LOS, PDF extends TypedSearchPredicateFactory<SR>> The step in a query definition where the predicate, i.e. the "WHERE" clause, can be set.