Uses of Enum Class
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 RewriteMethodReturns the enum constant of this class with the specified name.static RewriteMethod[]RewriteMethod.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoidQueryStringPredicateBuilder.rewriteMethod(RewriteMethod rewriteMethod, Integer n)