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 emptyOptionalin 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 TypeInterfaceDescriptioninterfaceA factory for search predicates with some Elasticsearch-specific methods. -
Uses of SearchPredicateFactory in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl that implement SearchPredicateFactory -
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 emptyOptionalin 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 TypeInterfaceDescriptioninterfaceA factory for search predicates with some Lucene-specific methods. -
Uses of SearchPredicateFactory in org.hibernate.search.backend.lucene.search.predicate.dsl.impl
Classes in org.hibernate.search.backend.lucene.search.predicate.dsl.impl that implement SearchPredicateFactory -
Uses of SearchPredicateFactory in org.hibernate.search.engine.mapper.scope.spi
Methods in org.hibernate.search.engine.mapper.scope.spi that return SearchPredicateFactory -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.aggregation.dsl
Classes in org.hibernate.search.engine.search.aggregation.dsl with type parameters of type SearchPredicateFactoryModifier and TypeInterfaceDescriptioninterfaceAggregationFilterStep<S,PDF extends SearchPredicateFactory> The step in an aggregation definition where a filter can be set to select nested objects from which values will be extracted for this aggregation.interfaceExtendedSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<?,PDF>, PDF extends SearchPredicateFactory> A base interface for subtypes ofSearchAggregationFactoryallowing to easily override the self type and predicate factory type for all relevant methods.interfaceRangeAggregationFieldStep<PDF extends SearchPredicateFactory>The initial step in a "range" aggregation definition, where the target field can be set.interfaceRangeAggregationOptionsStep<S extends RangeAggregationOptionsStep<?,PDF, F, A>, PDF extends SearchPredicateFactory, F, A> The final step in a "range" aggregation definition, where optional parameters can be set.interfaceRangeAggregationRangeMoreStep<S extends RangeAggregationRangeMoreStep<?,?, PDF, F>, N extends RangeAggregationOptionsStep<?, PDF, F, Map<Range<F>, Long>>, PDF extends SearchPredicateFactory, F> The step in a "range" aggregation definition where optional parameters can be set, (see the superinterfaceRangeAggregationOptionsStep), or more ranges can be added.interfaceRangeAggregationRangeStep<N extends RangeAggregationRangeMoreStep<?,?, PDF, F>, PDF extends SearchPredicateFactory, F> The step in a "range" aggregation definition where the ranges can be set.interfaceTermsAggregationFieldStep<PDF extends SearchPredicateFactory>The initial step in a "terms" aggregation definition, where the target field can be set.interfaceTermsAggregationOptionsStep<S extends TermsAggregationOptionsStep<?,PDF, F, A>, PDF extends SearchPredicateFactory, F, A> The final step in a "terms" aggregation definition, where optional parameters can be set. -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.aggregation.dsl.impl
Classes in org.hibernate.search.engine.search.aggregation.dsl.impl with type parameters of type SearchPredicateFactoryModifier and TypeClassDescriptionclassRangeAggregationFieldStepImpl<PDF extends SearchPredicateFactory>classTermsAggregationFieldStepImpl<PDF extends SearchPredicateFactory> -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.aggregation.dsl.spi
Classes in org.hibernate.search.engine.search.aggregation.dsl.spi with type parameters of type SearchPredicateFactoryModifier and TypeClassDescriptionclassAbstractSearchAggregationFactory<S extends ExtendedSearchAggregationFactory<S,PDF>, SC extends SearchAggregationIndexScope<?>, PDF extends SearchPredicateFactory> classSearchAggregationDslContext<SC extends SearchAggregationIndexScope<?>,PDF extends SearchPredicateFactory> Represents the current context in the search DSL, including in particular the search scope and the aggregation builder factory.Methods in org.hibernate.search.engine.search.aggregation.dsl.spi with type parameters of type SearchPredicateFactoryModifier and TypeMethodDescriptionstatic <SC extends SearchAggregationIndexScope<?>,PDF extends SearchPredicateFactory>
SearchAggregationDslContext<SC,PDF> SearchAggregationDslContext.root(SC scope, PDF predicateFactory) -
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<S extends ExtendedSearchPredicateFactory<?>>A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.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.Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type SearchPredicateFactoryModifier and TypeMethodDescriptionGenericSimpleBooleanPredicateClausesStep.add(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) SimpleBooleanPredicateClausesCollector.add(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Adds a clause to be defined by the given function.MatchAllPredicateOptionsStep.except(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "must not" clause to be defined by the given function.BooleanPredicateOptionsCollector.filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "filter" clause to be defined by the given function.GenericBooleanPredicateClausesStep.filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) KnnPredicateOptionsStep.filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) BooleanPredicateOptionsCollector.must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "must" clause to be defined by the given function.GenericBooleanPredicateClausesStep.must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) BooleanPredicateOptionsCollector.mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "must not" clause to be defined by the given function.GenericBooleanPredicateClausesStep.mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) NestedPredicateNestStep.nest(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) Deprecated.Set the inner predicate defined by the given function.SearchPredicateFactoryExtensionIfSupportedMoreStep.orElse(Function<SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) If no extension passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchPredicateFactory; otherwise return the predicate created in the first succeedingifSupportedcall.BooleanPredicateOptionsCollector.should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "should" clause to be defined by the given function.GenericBooleanPredicateClausesStep.should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.predicate.dsl.impl
Method parameters in org.hibernate.search.engine.search.predicate.dsl.impl with type arguments of type SearchPredicateFactoryModifier and TypeMethodDescriptionAbstractSimpleBooleanPredicateClausesStep.add(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) MatchAllPredicateOptionsStepImpl.except(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) KnnPredicateFieldStepImpl.filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) NestedPredicateFieldStepImpl.nest(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) Deprecated.SearchPredicateFactoryExtensionStep.orElse(Function<SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) Constructors in org.hibernate.search.engine.search.predicate.dsl.impl with parameters of type SearchPredicateFactoryModifierConstructorDescriptionBooleanPredicateClausesStepImpl(SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory) KnnPredicateFieldStepImpl(SearchPredicateFactory factory, SearchPredicateDslContext<?> dslContext, int k) MatchAllPredicateOptionsStepImpl(SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory) NamedPredicateOptionsStepImpl(SearchPredicateFactory predicateFactory, SearchPredicateDslContext<?> dslContext, String fieldPath, String predicateName) NestedPredicateClausesStepImpl(SearchPredicateDslContext<?> dslContext, String objectFieldPath, SearchPredicateFactory factory) NestedPredicateFieldStepImpl(SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory) Deprecated.SimpleBooleanPredicateClausesStepImpl(AbstractSimpleBooleanPredicateClausesStep.SimpleBooleanPredicateOperator operator, SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory) SimpleBooleanPredicateClausesStepImpl(AbstractSimpleBooleanPredicateClausesStep.SimpleBooleanPredicateOperator operator, SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory, PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicates) SimpleBooleanPredicateClausesStepImpl(AbstractSimpleBooleanPredicateClausesStep.SimpleBooleanPredicateOperator operator, SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory, SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates) -
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<S extends ExtendedSearchPredicateFactory<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 SearchPredicateFactoryMethods in org.hibernate.search.engine.search.predicate.spi with parameters of type SearchPredicateFactoryModifier and TypeMethodDescriptionvoidNamedPredicateBuilder.factory(SearchPredicateFactory factory) Constructors 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.query.dsl
Classes in org.hibernate.search.engine.search.query.dsl with type parameters of type SearchPredicateFactoryModifier and TypeInterfaceDescriptioninterfaceSearchQuerySelectStep<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. the "SELECT" clause, can be set.interfaceSearchQueryWhereStep<N extends SearchQueryOptionsStep<?,H, LOS, ?, ?>, H, LOS, PDF extends SearchPredicateFactory> The step in a query definition where the predicate, i.e. the "WHERE" clause, can be set. -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.query.dsl.impl
Method parameters in org.hibernate.search.engine.search.query.dsl.impl with type arguments of type SearchPredicateFactoryModifier and TypeMethodDescriptionSearchQueryOptionsStep<?,E, LOS, ?, ?> DefaultSearchQuerySelectStep.where(BiConsumer<? super SearchPredicateFactory, ? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) SearchQueryOptionsStep<?,E, LOS, ?, ?> DefaultSearchQuerySelectStep.where(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchPredicateFactoryModifier 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> Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type SearchPredicateFactoryModifier and TypeMethodDescriptionSearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(BiConsumer<? super SearchPredicateFactory, ? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) SearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi that return SearchPredicateFactory -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.sort.dsl
Classes in org.hibernate.search.engine.search.sort.dsl with type parameters of type SearchPredicateFactoryModifier and TypeInterfaceDescriptioninterfaceDistanceSortOptionsStep<S extends DistanceSortOptionsStep<?,PDF>, PDF extends SearchPredicateFactory> The initial and final step in a "distance" sort definition, where optional parameters can be set.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.interfaceFieldSortOptionsStep<S extends FieldSortOptionsStep<?,PDF>, PDF extends SearchPredicateFactory> The initial and final step in a "field" sort definition, where optional parameters can be set.interfaceSortFilterStep<S,PDF extends SearchPredicateFactory> The step in a sort definition where a filter can be set to select nested objects from which values will be extracted for this sort.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.engine.search.sort.dsl.impl
Classes in org.hibernate.search.engine.search.sort.dsl.impl with type parameters of type SearchPredicateFactoryModifier and TypeClassDescriptionclassDistanceSortOptionsStepImpl<PDF extends SearchPredicateFactory>classFieldSortOptionsStepImpl<PDF extends SearchPredicateFactory> -
Uses of SearchPredicateFactory in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi with type parameters of type SearchPredicateFactoryModifier and TypeClassDescriptionclassAbstractSearchSortFactory<S extends ExtendedSearchSortFactory<S,PDF>, SC extends SearchSortIndexScope<?>, PDF extends SearchPredicateFactory> final classSearchSortDslContext<SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory> Represents the current context in the search DSL, including in particular the search scope, the sort builder factory and the knowledge of previous sorts chained usingSortThenStep.then().Methods in org.hibernate.search.engine.search.sort.dsl.spi with type parameters of type SearchPredicateFactoryModifier and TypeMethodDescriptionstatic <SC extends SearchSortIndexScope<?>,PDF extends SearchPredicateFactory>
SearchSortDslContext<SC,PDF> SearchSortDslContext.root(SC scope, Function<SearchSortDslContext<SC, PDF>, SearchSortFactory> factoryProvider, PDF predicateFactory) -
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.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return SearchPredicateFactory -
Uses of SearchPredicateFactory in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return SearchPredicateFactory -
Uses of SearchPredicateFactory in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return SearchPredicateFactory -
Uses of SearchPredicateFactory in org.infinispan.search.mapper.scope
Methods in org.infinispan.search.mapper.scope that return SearchPredicateFactoryModifier and TypeMethodDescriptionSearchScope.predicate()Initiate the building of a search predicate. -
Uses of SearchPredicateFactory in org.infinispan.search.mapper.scope.impl
Methods in org.infinispan.search.mapper.scope.impl that return SearchPredicateFactory