Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
-
-
Uses of SearchSortFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchSortFactory Modifier and Type Method Description Optional<ElasticsearchSearchSortFactory>ElasticsearchExtension. extendOptional(SearchSortFactory original)Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchSortFactory in org.hibernate.search.backend.elasticsearch.search.sort.dsl
Subinterfaces of SearchSortFactory in org.hibernate.search.backend.elasticsearch.search.sort.dsl Modifier and Type Interface Description interfaceElasticsearchSearchSortFactoryA factory for search sorts with some Elasticsearch-specific methods. -
Uses of SearchSortFactory in org.hibernate.search.backend.elasticsearch.search.sort.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.sort.dsl.impl that implement SearchSortFactory Modifier and Type Class Description classElasticsearchSearchSortFactoryImpl -
Uses of SearchSortFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchSortFactory Modifier and Type Method Description Optional<LuceneSearchSortFactory>LuceneExtension. extendOptional(SearchSortFactory original)Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchSortFactory in org.hibernate.search.backend.lucene.search.sort.dsl
Subinterfaces of SearchSortFactory in org.hibernate.search.backend.lucene.search.sort.dsl Modifier and Type Interface Description interfaceLuceneSearchSortFactoryA factory for search sorts with some Lucene-specific methods. -
Uses of SearchSortFactory in org.hibernate.search.backend.lucene.search.sort.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.sort.dsl.impl that implement SearchSortFactory Modifier and Type Class Description classLuceneSearchSortFactoryImpl -
Uses of SearchSortFactory in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchSortFactory Modifier and Type Method Description SearchSortFactoryMappedIndexScope. sort() -
Uses of SearchSortFactory in org.hibernate.search.engine.search.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type SearchSortFactory Modifier and Type Interface Description interfaceSearchQueryOptionsStep<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. -
Uses of SearchSortFactory in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchSortFactory Modifier and Type Class Description classAbstractExtendedSearchQueryOptionsStep<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<?>> -
Uses of SearchSortFactory in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi that return SearchSortFactory Modifier and Type Method Description SearchSortFactorySearchQueryIndexScope. sortFactory() -
Uses of SearchSortFactory in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SearchSortFactory in org.hibernate.search.engine.search.sort.dsl Modifier and Type Interface Description interfaceExtendedSearchSortFactory<S extends ExtendedSearchSortFactory<?,PDF>,PDF extends SearchPredicateFactory>A base interface for subtypes ofSearchSortFactoryallowing to easily override the self type and predicate factory type for all relevant methods.Methods in org.hibernate.search.engine.search.sort.dsl that return SearchSortFactory Modifier and Type Method Description SearchSortFactorySortThenStep. then()Start defining another sort, to be applied after the current one.SearchSortFactorySearchSortFactory. withRoot(String objectFieldPath)Create a new sort factory whose root for all paths passed to the DSL will be the given object field.Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SearchSortFactory Modifier and Type Method Description Optional<T>SearchSortFactoryExtension. extendOptional(SearchSortFactory original)Attempt to extend a given factory, returning an emptyOptionalin case of failure.Method parameters in org.hibernate.search.engine.search.sort.dsl with type arguments of type SearchSortFactory Modifier and Type Method Description SortThenStepSearchSortFactoryExtensionIfSupportedMoreStep. orElse(Function<SearchSortFactory,? extends SortFinalStep> sortContributor)If no extension passed toSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchSortFactory; otherwise return the sort created in the first succeedingifSupportedcall. -
Uses of SearchSortFactory in org.hibernate.search.engine.search.sort.dsl.impl
Methods in org.hibernate.search.engine.search.sort.dsl.impl that return SearchSortFactory Modifier and Type Method Description SearchSortFactoryCompositeSortComponentsStepImpl. then()Method parameters in org.hibernate.search.engine.search.sort.dsl.impl with type arguments of type SearchSortFactory Modifier and Type Method Description SortThenStepSearchSortFactoryExtensionStep. orElse(Function<SearchSortFactory,? extends SortFinalStep> sortContributor)Constructors in org.hibernate.search.engine.search.sort.dsl.impl with parameters of type SearchSortFactory Constructor Description SearchSortFactoryExtensionStep(SearchSortFactory parent, SearchSortDslContext<?,?> dslContext) -
Uses of SearchSortFactory in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi that implement SearchSortFactory Modifier and Type Class Description classAbstractSearchSortFactory<S extends ExtendedSearchSortFactory<S,PDF>,SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory>Methods in org.hibernate.search.engine.search.sort.dsl.spi that return SearchSortFactory Modifier and Type Method Description SearchSortFactoryAbstractSortThenStep. then()SearchSortFactorySearchSortDslContext. then()Method parameters in org.hibernate.search.engine.search.sort.dsl.spi with type arguments of type SearchSortFactory Modifier and Type Method Description static <SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory>
SearchSortDslContext<SC,PDF>SearchSortDslContext. root(SC scope, Function<SearchSortDslContext<SC,PDF>,SearchSortFactory> factoryProvider, PDF predicateFactory) -
Uses of SearchSortFactory in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchSortFactory Modifier and Type Method Description SearchSortFactorySearchScope. sort()Initiate the building of a search sort. -
Uses of SearchSortFactory in org.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return SearchSortFactory Modifier and Type Method Description SearchSortFactorySearchScopeImpl. sort() -
Uses of SearchSortFactory in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return SearchSortFactory Modifier and Type Method Description SearchSortFactoryPojoScopeDelegateImpl. sort() -
Uses of SearchSortFactory in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return SearchSortFactory Modifier and Type Method Description SearchSortFactoryPojoScopeDelegate. sort()
-