Uses of Enum
org.hibernate.search.engine.search.common.RewriteMethod
Packages that use RewriteMethod
Package
Description
-
Uses of RewriteMethod in org.hibernate.search.engine.search.common
Methods in org.hibernate.search.engine.search.common that return RewriteMethodModifier and TypeMethodDescriptionstatic RewriteMethod
Returns the enum constant of this type with the specified name.static RewriteMethod[]
RewriteMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RewriteMethod in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type RewriteMethodModifier and TypeMethodDescriptionQueryStringPredicateOptionsStep.rewriteMethod
(RewriteMethod rewriteMethod) Determines how backend's query parser rewrites and scores multi-term queries.QueryStringPredicateOptionsStep.rewriteMethod
(RewriteMethod rewriteMethod, int n) Determines how backend's query parser rewrites and scores multi-term queries. -
Uses of RewriteMethod in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type RewriteMethodModifier and TypeMethodDescriptionvoid
QueryStringPredicateBuilder.rewriteMethod
(RewriteMethod rewriteMethod, Integer n)