Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactory
Packages that use SearchSortFactory
Package
Description
-
Uses of SearchSortFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchSortFactoryModifier and TypeMethodDescriptionElasticsearchExtension.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.dslModifier and TypeInterfaceDescriptioninterfaceA factory for search sorts with some Elasticsearch-specific methods. -
Uses of SearchSortFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchSortFactoryModifier and TypeMethodDescriptionLuceneExtension.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.dslModifier and TypeInterfaceDescriptioninterfaceA factory for search sorts with some Lucene-specific methods. -
Uses of SearchSortFactory in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SearchSortFactory in org.hibernate.search.engine.search.sort.dslModifier and TypeInterfaceDescriptioninterfaceExtendedSearchSortFactory<SR,S extends ExtendedSearchSortFactory<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> A base interface for subtypes ofTypedSearchSortFactoryallowing to easily override the self type and predicate factory type for all relevant methods.interfaceA factory for search sorts.Methods in org.hibernate.search.engine.search.sort.dsl that return SearchSortFactoryModifier and TypeMethodDescriptionCreate 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 SearchSortFactoryModifier and TypeMethodDescriptionSearchSortFactoryExtension.extendOptional(SearchSortFactory original) Attempt to extend a given factory, returning an emptyOptionalin case of failure. -
Uses of SearchSortFactory in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi that implement SearchSortFactoryModifier and TypeClassDescriptionclassAbstractSearchSortFactory<SR,S extends ExtendedSearchSortFactory<SR, S, PDF>, SC extends SearchSortIndexScope<?>, PDF extends TypedSearchPredicateFactory<SR>> -
Uses of SearchSortFactory in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchSortFactory -
Uses of SearchSortFactory in org.hibernate.search.mapper.pojo.standalone.scope
Methods in org.hibernate.search.mapper.pojo.standalone.scope that return SearchSortFactory