Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactory
Packages that use SearchPredicateFactory
Package
Description
-
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 TypeInterfaceDescriptioninterfaceExtendedSearchPredicateFactory<SR,S extends ExtendedSearchPredicateFactory<SR, ?>> A base interface for subtypes ofTypedSearchPredicateFactoryallowing to easily override the self type for all relevant methods.interfaceA 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 emptyOptionalin 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 TypeClassDescriptionclassAbstractSearchPredicateFactory<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, org.hibernate.search.util.common.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.