Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
Packages that use SearchPredicateFactory
Package
Description
-
Uses of SearchPredicateFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type SearchPredicateFactoryModifier and TypeMethodDescriptionElasticsearchExtension.extendOptional
(SearchPredicateFactory original) Attempt to extend a given factory, returning an emptyOptional
in case of failure. -
Uses of SearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.predicate.dsl
Subinterfaces of SearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
A factory for search predicates with some Elasticsearch-specific methods. -
Uses of SearchPredicateFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type SearchPredicateFactoryModifier and TypeMethodDescriptionLuceneExtension.extendOptional
(SearchPredicateFactory original) Attempt to extend a given factory, returning an emptyOptional
in case of failure. -
Uses of SearchPredicateFactory in org.hibernate.search.backend.lucene.search.predicate.dsl
Subinterfaces of SearchPredicateFactory in org.hibernate.search.backend.lucene.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
A factory for search predicates with some Lucene-specific methods. -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.predicate.definition
Methods in org.hibernate.search.engine.search.predicate.definition that return SearchPredicateFactory -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of SearchPredicateFactory in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
ExtendedSearchPredicateFactory<SR,
S extends ExtendedSearchPredicateFactory<SR, ?>> A base interface for subtypes ofTypedSearchPredicateFactory
allowing to easily override the self type for all relevant methods.interface
A factory for search predicates.Methods in org.hibernate.search.engine.search.predicate.dsl that return SearchPredicateFactoryModifier and TypeMethodDescriptionCreate a new predicate factory whose root for all paths passed to the DSL will be the given object field.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type SearchPredicateFactoryModifier and TypeMethodDescriptionSearchPredicateFactoryExtension.extendOptional
(SearchPredicateFactory original) Attempt to extend a given factory, returning an emptyOptional
in case of failure. -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.predicate.dsl.spi
Classes in org.hibernate.search.engine.search.predicate.dsl.spi that implement SearchPredicateFactoryModifier and TypeClassDescriptionclass
AbstractSearchPredicateFactory<SR,
S extends ExtendedSearchPredicateFactory<SR, S>, SC extends SearchPredicateIndexScope<?>> -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi that return SearchPredicateFactoryConstructors in org.hibernate.search.engine.search.predicate.spi with parameters of type SearchPredicateFactoryModifierConstructorDescriptionNamedValuesBasedPredicateDefinitionContext
(SearchPredicateFactory factory, Map<String, Object> params, Function<String, SearchException> namedValueMissing) -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl that return types with arguments of type SearchPredicateFactoryModifier and TypeMethodDescriptiondefault DistanceSortOptionsStep
<?, ?, ? extends SearchPredicateFactory> Order elements by the distance from the location stored in the specified field to the location specified.DistanceSortOptionsStep
<?, ?, ? extends SearchPredicateFactory> Order elements by the distance from the location stored in the specified field to the location specified.FieldSortOptionsStep
<?, ?, ? extends SearchPredicateFactory> Order elements by the value of a specific field. -
Uses of SearchPredicateFactory in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchPredicateFactoryModifier and TypeMethodDescriptionSearchScope.predicate()
Initiate the building of a search predicate. -
Uses of SearchPredicateFactory in org.hibernate.search.mapper.pojo.standalone.scope
Methods in org.hibernate.search.mapper.pojo.standalone.scope that return SearchPredicateFactoryModifier and TypeMethodDescriptionSearchScope.predicate()
Initiate the building of a search predicate.