Uses of Interface
org.hibernate.search.query.dsl.FuzzyContext
-
Packages that use FuzzyContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of FuzzyContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return FuzzyContext Modifier and Type Method Description FuzzyContextTermContext. fuzzy()Deprecated.Use a fuzzy search approximation (aka edit distance)FuzzyContextFuzzyContext. withEditDistanceUpTo(int maxEditDistance)Deprecated.Maximum value of the edit distance.FuzzyContextFuzzyContext. withPrefixLength(int prefixLength)Deprecated.Size of the prefix ignored by the fuzzyness.
-