Uses of Interface
org.hibernate.search.engine.search.query.dsl.SearchQueryOptionsStep
Packages that use SearchQueryOptionsStep
Package
Description
-
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 SearchQueryOptionsStepModifier and TypeInterfaceDescriptioninterfaceSearchQueryOptionsStep<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 assortscan be set, and where the query can beexecutedorretrieved as an object.interfaceSearchQuerySelectStep<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.interfaceSearchQueryWhereStep<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 SearchQueryOptionsStepModifier and TypeClassDescriptionclassAbstractExtendedSearchQueryOptionsStep<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<?>> classAbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H, LOS, SF, AF>, H, LOS, PDF extends SearchPredicateFactory, SF extends SearchSortFactory, AF extends SearchAggregationFactory, SC extends SearchQueryIndexScope<?>> classAbstractSearchQuerySelectStep<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 SearchQueryOptionsStepModifier and TypeClassDescriptionclassAbstractExtendedSearchQueryOptionsStep<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<?>> classAbstractSearchQueryOptionsStep<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 SearchQueryOptionsStepModifier and TypeMethodDescriptionSearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(BiConsumer<? super SearchPredicateFactory, ? super BooleanPredicateOptionsCollector<?>> predicateContributor) SearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) SearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(SearchPredicate predicate)