Package org.hibernate.search.engine.search.query.dsl
package org.hibernate.search.engine.search.query.dsl
-
ClassDescriptionSearchQueryDslExtension<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<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
.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, LOS, ?, ?>, H, LOS, PDF extends SearchPredicateFactory> The step in a query definition where the predicate, i.e.