Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
-
-
Uses of PredicateFinalStep in org.hibernate.search.backend.elasticsearch.search.predicate.dsl
Methods in org.hibernate.search.backend.elasticsearch.search.predicate.dsl that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepElasticsearchSearchPredicateFactory. fromJson(com.google.gson.JsonObject jsonObject)Create a predicate from JSON.PredicateFinalStepElasticsearchSearchPredicateFactory. fromJson(String jsonString)Create a predicate from JSON. -
Uses of PredicateFinalStep in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepElasticsearchSearchPredicateFactoryImpl. fromJson(com.google.gson.JsonObject jsonObject)PredicateFinalStepElasticsearchSearchPredicateFactoryImpl. fromJson(String jsonString) -
Uses of PredicateFinalStep in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with type arguments of type PredicateFinalStep Modifier and Type Method Description ElasticsearchSearchQueryOptionsStep<E,LOS>ElasticsearchSearchQuerySelectStepImpl. where(Function<? super ElasticsearchSearchPredicateFactory,? extends PredicateFinalStep> predicateContributor) -
Uses of PredicateFinalStep in org.hibernate.search.backend.lucene.search.predicate.dsl
Methods in org.hibernate.search.backend.lucene.search.predicate.dsl that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepLuceneSearchPredicateFactory. fromLuceneQuery(org.apache.lucene.search.Query query)Create a predicate from a LuceneQuery. -
Uses of PredicateFinalStep in org.hibernate.search.backend.lucene.search.predicate.dsl.impl
Methods in org.hibernate.search.backend.lucene.search.predicate.dsl.impl that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepLuceneSearchPredicateFactoryImpl. fromLuceneQuery(org.apache.lucene.search.Query luceneQuery) -
Uses of PredicateFinalStep in org.hibernate.search.backend.lucene.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.lucene.search.query.dsl.impl with type arguments of type PredicateFinalStep Modifier and Type Method Description LuceneSearchQueryOptionsStep<E,LOS>LuceneSearchQuerySelectStepImpl. where(Function<? super LuceneSearchPredicateFactory,? extends PredicateFinalStep> predicateContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type PredicateFinalStep Modifier and Type Method Description default SAggregationFilterStep. filter(PredicateFinalStep dslFinalStep)Filter nested objects from which values will be extracted for this aggregation.Method parameters in org.hibernate.search.engine.search.aggregation.dsl with type arguments of type PredicateFinalStep Modifier and Type Method Description SAggregationFilterStep. filter(Function<? super PDF,? extends PredicateFinalStep> clauseContributor)Filter nested objects from which values will be extracted for this aggregation. -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interfaceBooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>The initial and final step in a boolean predicate definition, where clauses can be added.interfaceExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>>The final step in an "exists" predicate definition, where optional parameters can be set.interfaceGenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>>A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.interfaceGenericSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>>A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interfaceMatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>>The initial and final step in "match all" predicate definition, where optional parameters can be set.interfaceMatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>,N extends MatchIdPredicateOptionsStep<?>>The final step in a "match id" predicate definition, where more IDs to match can be set.interfaceMatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>>The final step in a "match id" predicate definition, where optional parameters can be set.interfaceMatchNonePredicateFinalStepThe initial and final step in "match none" predicate definition.interfaceMatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>The final step in a "match" predicate definition, where optional parameters can be set.interfaceNamedPredicateOptionsStepThe initial and final step in named predicate definition.interfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.interfaceNestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>>Deprecated.UseSearchPredicateFactory.nested(String)instead.interfaceNotPredicateFinalStepThe initial and final step in "not" predicate definition.interfacePhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>>The final step in a "phrase" predicate definition, where optional parameters can be set.interfaceRangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>>The final step in a "range" predicate definition, where optional parameters can be set.interfaceRegexpPredicateOptionsStep<S extends RegexpPredicateOptionsStep<?>>The final step in a "regexp" predicate definition, where optional parameters can be set.interfaceSimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>>The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.interfaceSimpleBooleanPredicateOptionsStep<S extends SimpleBooleanPredicateOptionsStep<?>>The initial and final step in a "simple boolean predicate" definition, where options can be set.interfaceSimpleQueryStringPredicateOptionsStep<S extends SimpleQueryStringPredicateOptionsStep<?>>The final step in an "simple query string" predicate definition, where optional parameters can be set.interfaceSpatialWithinPredicateOptionsStep<S extends SpatialWithinPredicateOptionsStep<?>>The final step in a "within" predicate definition, where optional parameters can be set.interfaceTermsPredicateOptionsStep<S extends TermsPredicateOptionsStep<?>>The final step in a "terms" predicate definition, where optional parameters can be set.interfaceWildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>>The final step in a "wildcard" predicate definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.predicate.dsl that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepSearchPredicateFactory. bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor)Deprecated.Use.bool().with(...)instead.PredicateFinalStepSearchPredicateFactoryExtensionIfSupportedMoreStep. 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.PredicateFinalStepSearchPredicateFactoryExtensionIfSupportedMoreStep. orElseFail()If no extension passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, throw an exception; otherwise return the predicate created in the first succeedingifSupportedcall.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type PredicateFinalStep Modifier and Type Method Description default SGenericSimpleBooleanPredicateClausesStep. add(PredicateFinalStep searchPredicate)SSimpleBooleanPredicateClausesCollector. add(PredicateFinalStep searchPredicate)Adds the specified predicate to the list of clauses.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. and(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicates)Match documents if they match all clauses.default SMatchAllPredicateOptionsStep. except(PredicateFinalStep dslFinalStep)Add a "must not" clause based on an almost-builtSearchPredicate.default SBooleanPredicateOptionsCollector. filter(PredicateFinalStep dslFinalStep)Add a "filter" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep. filter(PredicateFinalStep dslFinalStep)default SBooleanPredicateOptionsCollector. must(PredicateFinalStep dslFinalStep)Add a "must" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep. must(PredicateFinalStep dslFinalStep)default SBooleanPredicateOptionsCollector. mustNot(PredicateFinalStep dslFinalStep)Add a "must not" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep. mustNot(PredicateFinalStep dslFinalStep)default NNestedPredicateNestStep. nest(PredicateFinalStep dslFinalStep)Deprecated.Set the inner predicate to an almost-builtSearchPredicate.NotPredicateFinalStepSearchPredicateFactory. not(PredicateFinalStep searchPredicate)Match documents that do not satisfy the passed in predicate.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. or(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicates)Match documents if they match any clause.default SBooleanPredicateOptionsCollector. should(PredicateFinalStep dslFinalStep)Add a "should" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep. should(PredicateFinalStep dslFinalStep)Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type PredicateFinalStep Modifier and Type Method Description SGenericSimpleBooleanPredicateClausesStep. add(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)SSimpleBooleanPredicateClausesCollector. add(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)Adds a clause to be defined by the given function.SMatchAllPredicateOptionsStep. except(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)Add a "must not" clause to be defined by the given function.SBooleanPredicateOptionsCollector. filter(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)Add a "filter" clause to be defined by the given function.SGenericBooleanPredicateClausesStep. filter(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)<T> SearchPredicateFactoryExtensionIfSupportedMoreStepSearchPredicateFactoryExtensionIfSupportedStep. ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T,? extends PredicateFinalStep> predicateContributor)If the given extension is supported, and none of the previous extensions passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting predicate for later retrieval.SBooleanPredicateOptionsCollector. must(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)Add a "must" clause to be defined by the given function.SGenericBooleanPredicateClausesStep. must(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)SBooleanPredicateOptionsCollector. mustNot(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)Add a "must not" clause to be defined by the given function.SGenericBooleanPredicateClausesStep. mustNot(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)NNestedPredicateNestStep. nest(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)Deprecated.Set the inner predicate defined by the given function.PredicateFinalStepSearchPredicateFactoryExtensionIfSupportedMoreStep. 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.SBooleanPredicateOptionsCollector. should(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)Add a "should" clause to be defined by the given function.SGenericBooleanPredicateClausesStep. should(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement PredicateFinalStep Modifier and Type Class Description classAbstractSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>>classBooleanPredicateClausesStepImplclassExistsPredicateFieldStepImplclassMatchAllPredicateOptionsStepImplclassMatchIdPredicateMatchingStepImplclassMatchNonePredicateFinalStepImplclassNamedPredicateOptionsStepImplclassNestedPredicateClausesStepImplclassNestedPredicateFieldStepImplDeprecated.classNotPredicateFinalStepImplclassSimpleBooleanPredicateClausesStepImplMethods in org.hibernate.search.engine.search.predicate.dsl.impl that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepSearchPredicateFactoryExtensionStep. orElse(Function<SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)PredicateFinalStepSearchPredicateFactoryExtensionStep. orElseFail()Method parameters in org.hibernate.search.engine.search.predicate.dsl.impl with type arguments of type PredicateFinalStep Modifier and Type Method Description SAbstractSimpleBooleanPredicateClausesStep. add(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)MatchAllPredicateOptionsStep<?>MatchAllPredicateOptionsStepImpl. except(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> clauseContributor)<T> SearchPredicateFactoryExtensionIfSupportedMoreStepSearchPredicateFactoryExtensionStep. ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T,? extends PredicateFinalStep> predicateContributor)NestedPredicateOptionsStep<?>NestedPredicateFieldStepImpl. nest(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)Deprecated.PredicateFinalStepSearchPredicateFactoryExtensionStep. orElse(Function<SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)Constructors in org.hibernate.search.engine.search.predicate.dsl.impl with parameters of type PredicateFinalStep Constructor Description NotPredicateFinalStepImpl(SearchPredicateDslContext<?> dslContext, PredicateFinalStep searchPredicate)SimpleBooleanPredicateClausesStepImpl(AbstractSimpleBooleanPredicateClausesStep.SimpleBooleanPredicateOperator operator, SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory, PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicates) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.spi
Classes in org.hibernate.search.engine.search.predicate.dsl.spi that implement PredicateFinalStep Modifier and Type Class Description classAbstractPredicateFinalStepAn abstract base forPredicateFinalStepimplementations.classStaticPredicateFinalStepMethods in org.hibernate.search.engine.search.predicate.dsl.spi that return PredicateFinalStep Modifier and Type Method Description PredicateFinalStepAbstractSearchPredicateFactory. bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor)Methods in org.hibernate.search.engine.search.predicate.dsl.spi with parameters of type PredicateFinalStep Modifier and Type Method Description SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. and(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicate)NotPredicateFinalStepAbstractSearchPredicateFactory. not(PredicateFinalStep searchPredicate)SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. or(PredicateFinalStep firstSearchPredicate, PredicateFinalStep... otherSearchPredicate) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.query.dsl
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type PredicateFinalStep Modifier and Type Method Description NSearchQueryWhereStep. where(Function<? super PDF,? extends PredicateFinalStep> predicateContributor)Set the predicate for this query. -
Uses of PredicateFinalStep 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 PredicateFinalStep Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>DefaultSearchQuerySelectStep. where(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.query.dsl.spi
Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type PredicateFinalStep Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>AbstractDelegatingSearchQuerySelectStep. where(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)SAbstractSearchQueryOptionsStep. where(Function<? super PDF,? extends PredicateFinalStep> predicateContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type PredicateFinalStep Modifier and Type Method Description default SSortFilterStep. filter(PredicateFinalStep dslFinalStep)Filter nested objects from which values will be extracted for this sort.Method parameters in org.hibernate.search.engine.search.sort.dsl with type arguments of type PredicateFinalStep Modifier and Type Method Description SSortFilterStep. filter(Function<? super PDF,? extends PredicateFinalStep> clauseContributor)Filter nested objects from which values will be extracted for this sort. -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.sort.dsl.impl
Method parameters in org.hibernate.search.engine.search.sort.dsl.impl with type arguments of type PredicateFinalStep Modifier and Type Method Description DistanceSortOptionsStepImpl<PDF>DistanceSortOptionsStepImpl. filter(Function<? super PDF,? extends PredicateFinalStep> clauseContributor)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. filter(Function<? super PDF,? extends PredicateFinalStep> clauseContributor)
-