Uses of Package
org.hibernate.search.engine.search.predicate.dsl
Package
Description
-
ClassDescriptionA factory for search predicates.An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.
-
ClassDescriptionA base interface for subtypes of
SearchPredicateFactory
allowing to easily override the self type for all relevant methods.The final step in a predicate definition, where the predicate can be retrieved.A factory for search predicates. -
ClassDescriptionA factory for search predicates.An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.
-
ClassDescriptionA base interface for subtypes of
SearchPredicateFactory
allowing to easily override the self type for all relevant methods.The final step in a predicate definition, where the predicate can be retrieved.A factory for search predicates. -
-
ClassDescriptionThe final step in a predicate definition, where the predicate can be retrieved.A factory for search predicates.
-
-
-
ClassDescriptionThe initial and final step in a boolean predicate definition, where clauses can be added.An object where the clauses and options of a
boolean predicate
can be set.The step in a query string predicate definition, where the query string to match can be set (see the superinterfaceCommonQueryStringPredicateMatchingStep
), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.The initial step in a query string predicate definition, where the target field can be set.The step in a query string predicate definition, where the query string to match can be set.The final step in a query string predicate definition, where optional parameters can be set.The initial step in an "exists" predicate definition, where the target field can be set.The final step in an "exists" predicate definition, where optional parameters can be set.A base interface for subtypes ofSearchPredicateFactory
allowing to easily override the self type for all relevant methods.A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.The initial step in a "knn" predicate definition, where the target field can be set.The final step in a "knn" predicate definition, where optional parameters can be set.The step in a "knn" predicate definition where the vector to match is defined.The initial and final step in "match all" predicate definition, where optional parameters can be set.The final step in a "match id" predicate definition, where more IDs to match can be set.The step in a "match id" predicate definition where the IDs to match can be set.The final step in a "match id" predicate definition, where optional parameters can be set.The initial and final step in "match none" predicate definition.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.The initial step in a "match" predicate definition, where the target field can be set.The step in a "match" predicate definition where the value to match can be set.The final step in a "match" predicate definition, where optional parameters can be set.The step in a "minimum should match" constraint definition where a condition can be defined as necessary for the following requirements to be enforced.The step in a "minimum should match" constraint definition where the constraint definition can beended
, ormore conditions can be added
.The step in a "minimum should match" constraint definition where the minimum required number or percentage of should clauses to match can be set.The step in a predicate definition where the boost of the last added field(s) can be set.The initial and final step in named predicate definition.An object where the clauses of anested predicate
can be set.The step in a nested predicate definition where clauses can be added.Deprecated.Deprecated.UseSearchPredicateFactory.nested(String)
instead.Deprecated.UseSearchPredicateFactory.nested(String)
instead.The initial and final step in "not" predicate definition.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.The initial step in a "phrase" predicate definition, where the target field can be set.The step in a "phrase" predicate definition where the phrase to match can be set.The final step in a "phrase" predicate definition, where optional parameters can be set.The final step in a predicate definition, where the predicate can be retrieved.The step in a predicate definition where score-related options can be set.The step in a "query string" predicate definition where the query string to match can be set (see the superinterfaceQueryStringPredicateMatchingStep
), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.The initial step in a "query string" predicate definition, where the target field can be set.The final step in a "query string" predicate definition, where optional parameters can be set.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.The initial step in a "range" predicate definition, where the target field can be set.The step in a "range" predicate definition where the range to match can be set.The final step in a "range" predicate definition, where optional parameters can be set.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.The initial step in a "regexp" predicate definition, where the target field can be set.The step in a "regexp" predicate definition where the pattern to match can be set.The final step in a "regexp" predicate definition, where optional parameters can be set.A factory for search predicates.An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.The second and later step when attempting to apply multiple extensions to aSearchPredicateFactory
.The initial step when attempting to apply multiple extensions to aSearchPredicateFactory
.The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.The initial and final step in a "simple boolean predicate" definition, where options can be set.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.The initial step in a "simple query string" predicate definition, where the target field can be set.The final step in a "simple query string" predicate definition, where optional parameters can be set.The initial step of all spatial predicate definitions.The step in a "within" predicate definition where the area to match can be set.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.The initial step in a "within" predicate definition, where the target field can be set.The final step in a "within" predicate definition, where optional parameters can be set.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.The initial step in a "terms" predicate definition, where the target field can be set.The step in a "terms" predicate definition where the terms to match can be set.The final step in a "terms" predicate definition, where optional parameters can be set.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.The initial step in a "wildcard" predicate definition, where the target field can be set.The step in a "wildcard" predicate definition where the pattern to match can be set.The final step in a "wildcard" predicate definition, where optional parameters can be set. -
ClassDescriptionThe initial and final step in a boolean predicate definition, where clauses can be added.The initial step in an "exists" predicate definition, where the target field can be set.A base interface for subtypes of
SearchPredicateFactory
allowing to easily override the self type for all relevant methods.The initial step in a "knn" predicate definition, where the target field can be set.The final step in a "knn" predicate definition, where optional parameters can be set.The step in a "knn" predicate definition where the vector to match is defined.The initial and final step in "match all" predicate definition, where optional parameters can be set.The step in a "match id" predicate definition where the IDs to match can be set.The initial and final step in "match none" predicate definition.The initial step in a "match" predicate definition, where the target field can be set.The initial and final step in named predicate definition.The step in a nested predicate definition where clauses can be added.Deprecated.UseSearchPredicateFactory.nested(String)
instead.The initial and final step in "not" predicate definition.The initial step in a "phrase" predicate definition, where the target field can be set.The final step in a predicate definition, where the predicate can be retrieved.The step in a predicate definition where score-related options can be set.The initial step in a "query string" predicate definition, where the target field can be set.The initial step in a "range" predicate definition, where the target field can be set.The initial step in a "regexp" predicate definition, where the target field can be set.A factory for search predicates.An extension to the search predicate DSL, allowing the use of non-standard predicates in a query.The initial step when attempting to apply multiple extensions to aSearchPredicateFactory
.The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set.The initial and final step in a "simple boolean predicate" definition, where options can be set.The initial step in a "simple query string" predicate definition, where the target field can be set.The initial step of all spatial predicate definitions.The initial step in a "terms" predicate definition, where the target field can be set.The initial step in a "wildcard" predicate definition, where the target field can be set. -
ClassDescriptionA factory for search predicates.
-
ClassDescriptionThe final step in a predicate definition, where the predicate can be retrieved.A factory for search predicates.
-
ClassDescriptionThe final step in a predicate definition, where the predicate can be retrieved.A factory for search predicates.
-
-
ClassDescriptionThe final step in a predicate definition, where the predicate can be retrieved.A factory for search predicates.
-
-
-
SearchPredicateFactory.nested(String)
instead.