Uses of Package
org.hibernate.search.engine.search.predicate.dsl
-
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.elasticsearch Class Description SearchPredicateFactory A factory for search predicates.SearchPredicateFactoryExtension An extension to the search predicate DSL, allowing the use of non-standard predicates in a query. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.elasticsearch.search.predicate.dsl Class Description ExtendedSearchPredicateFactory A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.elasticsearch.search.predicate.dsl.impl Class Description ExtendedSearchPredicateFactory A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.elasticsearch.search.predicate.impl Class Description SimpleQueryFlag -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.elasticsearch.search.query.dsl.impl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SimpleBooleanPredicateClausesCollector -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.lucene Class Description SearchPredicateFactory A factory for search predicates.SearchPredicateFactoryExtension An extension to the search predicate DSL, allowing the use of non-standard predicates in a query. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.lucene.search.predicate.dsl Class Description ExtendedSearchPredicateFactory A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.lucene.search.predicate.dsl.impl Class Description ExtendedSearchPredicateFactory A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.lucene.search.predicate.impl Class Description SimpleQueryFlag -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.backend.lucene.search.query.dsl.impl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SimpleBooleanPredicateClausesCollector -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.mapper.scope.spi Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.aggregation.dsl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.aggregation.dsl.impl Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.aggregation.dsl.spi Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.predicate.definition Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.predicate.dsl Class Description BooleanPredicateClausesStep The initial and final step in a boolean predicate definition, where clauses can be added.BooleanPredicateOptionsCollector An object where the clauses and options of aboolean predicatecan be set.ExistsPredicateFieldStep The initial step in an "exists" predicate definition, where the target field can be set.ExistsPredicateOptionsStep The final step in an "exists" predicate definition, where optional parameters can be set.ExtendedSearchPredicateFactory A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.GenericBooleanPredicateClausesStep A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.GenericSimpleBooleanPredicateClausesStep A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.MatchAllPredicateOptionsStep The initial and final step in "match all" predicate definition, where optional parameters can be set.MatchIdPredicateMatchingMoreStep The final step in a "match id" predicate definition, where more IDs to match can be set.MatchIdPredicateMatchingStep The step in a "match id" predicate definition where the IDs to match can be set.MatchIdPredicateOptionsStep The final step in a "match id" predicate definition, where optional parameters can be set.MatchNonePredicateFinalStep The initial and final step in "match none" predicate definition.MatchPredicateFieldMoreStep The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.MatchPredicateFieldStep The initial step in a "match" predicate definition, where the target field can be set.MatchPredicateMatchingStep The step in a "match" predicate definition where the value to match can be set.MatchPredicateOptionsStep The final step in a "match" predicate definition, where optional parameters can be set.MinimumShouldMatchConditionStep The step in a "minimum should match" constraint definition where a condition can be defined as necessary for the following requirements to be enforced.MinimumShouldMatchMoreStep The step in a "minimum should match" constraint definition where the constraint definition can beended, ormore conditions can be added.MinimumShouldMatchRequireStep The step in a "minimum should match" constraint definition where the minimum required number or percentage of should clauses to match can be set.MultiFieldPredicateFieldBoostStep The step in a predicate definition where the boost of the last added field(s) can be set.NamedPredicateOptionsStep The initial and final step in named predicate definition.NestedPredicateClausesCollector An object where the clauses of anested predicatecan be set.NestedPredicateClausesStep The step in a nested predicate definition where clauses can be added.NestedPredicateFieldStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NestedPredicateNestStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NestedPredicateOptionsStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NotPredicateFinalStep The initial and final step in "not" predicate definition.PhrasePredicateFieldMoreStep The step in a "phrase" predicate definition where the phrase to match can be set (see the superinterfacePhrasePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.PhrasePredicateFieldStep The initial step in a "phrase" predicate definition, where the target field can be set.PhrasePredicateMatchingStep The step in a "phrase" predicate definition where the phrase to match can be set.PhrasePredicateOptionsStep The final step in a "phrase" predicate definition, where optional parameters can be set.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.PredicateScoreStep The step in a predicate definition where score-related options can be set.RangePredicateFieldMoreStep The step in a "range" predicate definition where the limits of the range to match can be set (see the superinterfaceRangePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.RangePredicateFieldStep The initial step in a "range" predicate definition, where the target field can be set.RangePredicateMatchingStep The step in a "range" predicate definition where the range to match can be set.RangePredicateOptionsStep The final step in a "range" predicate definition, where optional parameters can be set.RegexpPredicateFieldMoreStep The step in a "regexp" predicate definition where the pattern to match can be set (see the superinterfaceRegexpPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.RegexpPredicateFieldStep The initial step in a "regexp" predicate definition, where the target field can be set.RegexpPredicateMatchingStep The step in a "regexp" predicate definition where the pattern to match can be set.RegexpPredicateOptionsStep The final step in a "regexp" predicate definition, where optional parameters can be set.RegexpQueryFlag SearchPredicateFactory A factory for search predicates.SearchPredicateFactoryExtension An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.SearchPredicateFactoryExtensionIfSupportedMoreStep The second and later step when attempting to apply multiple extensions to aSearchPredicateFactory.SearchPredicateFactoryExtensionIfSupportedStep The initial step when attempting to apply multiple extensions to aSearchPredicateFactory.SimpleBooleanPredicateClausesCollector SimpleBooleanPredicateClausesStep The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.SimpleBooleanPredicateOptionsStep The initial and final step in a "simple boolean predicate" definition, where options can be set.SimpleQueryFlag SimpleQueryStringPredicateFieldMoreStep The step in a "simple query string" predicate definition where the query string to match can be set (see the superinterfaceSimpleQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.SimpleQueryStringPredicateFieldStep The initial step in a "simple query string" predicate definition, where the target field can be set.SimpleQueryStringPredicateMatchingStep The step in an "simple query string" predicate definition where the query string to match can be set.SimpleQueryStringPredicateOptionsStep The final step in an "simple query string" predicate definition, where optional parameters can be set.SpatialPredicateInitialStep The initial step of all spatial predicate definitions.SpatialWithinPredicateAreaStep The step in a "within" predicate definition where the area to match can be set.SpatialWithinPredicateFieldMoreStep The step in a "within" predicate definition where the area to match can be set (see the superinterfaceSpatialWithinPredicateAreaStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.SpatialWithinPredicateFieldStep The initial step in a "within" predicate definition, where the target field can be set.SpatialWithinPredicateOptionsStep The final step in a "within" predicate definition, where optional parameters can be set.TermsPredicateFieldMoreStep The step in a "terms" predicate definition where the terms to match can be set (see the superinterfaceTermsPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.TermsPredicateFieldStep The initial step in a "terms" predicate definition, where the target field can be set.TermsPredicateMatchingStep The step in a "terms" predicate definition where the terms to match can be set.TermsPredicateOptionsStep The final step in a "terms" predicate definition, where optional parameters can be set.WildcardPredicateFieldMoreStep The step in a "wildcard" predicate definition where the pattern to match can be set (see the superinterfaceWildcardPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.WildcardPredicateFieldStep The initial step in a "wildcard" predicate definition, where the target field can be set.WildcardPredicateMatchingStep The step in a "wildcard" predicate definition where the pattern to match can be set.WildcardPredicateOptionsStep The final step in a "wildcard" predicate definition, where optional parameters can be set. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.predicate.dsl.impl Class Description BooleanPredicateClausesStep The initial and final step in a boolean predicate definition, where clauses can be added.BooleanPredicateOptionsCollector An object where the clauses and options of aboolean predicatecan be set.ExistsPredicateFieldStep The initial step in an "exists" predicate definition, where the target field can be set.ExistsPredicateOptionsStep The final step in an "exists" predicate definition, where optional parameters can be set.GenericBooleanPredicateClausesStep A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.GenericSimpleBooleanPredicateClausesStep A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.MatchAllPredicateOptionsStep The initial and final step in "match all" predicate definition, where optional parameters can be set.MatchIdPredicateMatchingMoreStep The final step in a "match id" predicate definition, where more IDs to match can be set.MatchIdPredicateMatchingStep The step in a "match id" predicate definition where the IDs to match can be set.MatchIdPredicateOptionsStep The final step in a "match id" predicate definition, where optional parameters can be set.MatchNonePredicateFinalStep The initial and final step in "match none" predicate definition.MatchPredicateFieldMoreStep The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.MatchPredicateFieldStep The initial step in a "match" predicate definition, where the target field can be set.NamedPredicateOptionsStep The initial and final step in named predicate definition.NestedPredicateClausesCollector An object where the clauses of anested predicatecan be set.NestedPredicateClausesStep The step in a nested predicate definition where clauses can be added.NestedPredicateFieldStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NestedPredicateNestStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NestedPredicateOptionsStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NotPredicateFinalStep The initial and final step in "not" predicate definition.PhrasePredicateFieldMoreStep The step in a "phrase" predicate definition where the phrase to match can be set (see the superinterfacePhrasePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.PhrasePredicateFieldStep The initial step in a "phrase" predicate definition, where the target field can be set.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.PredicateScoreStep The step in a predicate definition where score-related options can be set.RangePredicateFieldMoreStep The step in a "range" predicate definition where the limits of the range to match can be set (see the superinterfaceRangePredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.RangePredicateFieldStep The initial step in a "range" predicate definition, where the target field can be set.RegexpPredicateFieldMoreStep The step in a "regexp" predicate definition where the pattern to match can be set (see the superinterfaceRegexpPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.RegexpPredicateFieldStep The initial step in a "regexp" predicate definition, where the target field can be set.SearchPredicateFactory A factory for search predicates.SearchPredicateFactoryExtension An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.SearchPredicateFactoryExtensionIfSupportedMoreStep The second and later step when attempting to apply multiple extensions to aSearchPredicateFactory.SearchPredicateFactoryExtensionIfSupportedStep The initial step when attempting to apply multiple extensions to aSearchPredicateFactory.SimpleBooleanPredicateClausesCollector SimpleBooleanPredicateClausesStep The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.SimpleBooleanPredicateOptionsStep The initial and final step in a "simple boolean predicate" definition, where options can be set.SimpleQueryStringPredicateFieldMoreStep The step in a "simple query string" predicate definition where the query string to match can be set (see the superinterfaceSimpleQueryStringPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.SimpleQueryStringPredicateFieldStep The initial step in a "simple query string" predicate definition, where the target field can be set.SpatialPredicateInitialStep The initial step of all spatial predicate definitions.SpatialWithinPredicateFieldStep The initial step in a "within" predicate definition, where the target field can be set.TermsPredicateFieldMoreStep The step in a "terms" predicate definition where the terms to match can be set (see the superinterfaceTermsPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.TermsPredicateFieldStep The initial step in a "terms" predicate definition, where the target field can be set.WildcardPredicateFieldMoreStep The step in a "wildcard" predicate definition where the pattern to match can be set (see the superinterfaceWildcardPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.WildcardPredicateFieldStep The initial step in a "wildcard" predicate definition, where the target field can be set. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.predicate.dsl.spi Class Description BooleanPredicateClausesStep The initial and final step in a boolean predicate definition, where clauses can be added.ExistsPredicateFieldStep The initial step in an "exists" predicate definition, where the target field can be set.ExtendedSearchPredicateFactory A base interface for subtypes ofSearchPredicateFactoryallowing to easily override the self type for all relevant methods.MatchAllPredicateOptionsStep The initial and final step in "match all" predicate definition, where optional parameters can be set.MatchIdPredicateMatchingStep The step in a "match id" predicate definition where the IDs to match can be set.MatchNonePredicateFinalStep The initial and final step in "match none" predicate definition.MatchPredicateFieldStep The initial step in a "match" predicate definition, where the target field can be set.NamedPredicateOptionsStep The initial and final step in named predicate definition.NestedPredicateClausesStep The step in a nested predicate definition where clauses can be added.NestedPredicateFieldStep Deprecated.UseSearchPredicateFactory.nested(String)instead.NotPredicateFinalStep The initial and final step in "not" predicate definition.PhrasePredicateFieldStep The initial step in a "phrase" predicate definition, where the target field can be set.PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.RangePredicateFieldStep The initial step in a "range" predicate definition, where the target field can be set.RegexpPredicateFieldStep The initial step in a "regexp" predicate definition, where the target field can be set.SearchPredicateFactory A factory for search predicates.SearchPredicateFactoryExtension An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.SearchPredicateFactoryExtensionIfSupportedStep The initial step when attempting to apply multiple extensions to aSearchPredicateFactory.SimpleBooleanPredicateClausesStep The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.SimpleBooleanPredicateOptionsStep The initial and final step in a "simple boolean predicate" definition, where options can be set.SimpleQueryStringPredicateFieldStep The initial step in a "simple query string" predicate definition, where the target field can be set.SpatialPredicateInitialStep The initial step of all spatial predicate definitions.TermsPredicateFieldStep The initial step in a "terms" predicate definition, where the target field can be set.WildcardPredicateFieldStep The initial step in a "wildcard" predicate definition, where the target field can be set. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.predicate.spi Class Description RegexpQueryFlag SearchPredicateFactory A factory for search predicates.SimpleQueryFlag -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.query.dsl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates.SimpleBooleanPredicateClausesCollector -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.query.dsl.impl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates.SimpleBooleanPredicateClausesCollector -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.query.dsl.spi Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates.SimpleBooleanPredicateClausesCollector -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.query.spi Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.sort.dsl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.sort.dsl.impl Class Description PredicateFinalStep The final step in a predicate definition, where the predicate can be retrieved.SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.engine.search.sort.dsl.spi Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.mapper.orm.scope Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.mapper.orm.scope.impl Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.mapper.pojo.scope.impl Class Description SearchPredicateFactory A factory for search predicates. -
Classes in org.hibernate.search.engine.search.predicate.dsl used by org.hibernate.search.mapper.pojo.scope.spi Class Description SearchPredicateFactory A factory for search predicates.