Uses of Interface
org.hibernate.search.query.dsl.FuzzyContext
Packages that use FuzzyContext
Package
Description
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 FuzzyContextModifier and TypeMethodDescriptionTermContext.fuzzy()Deprecated.Use a fuzzy search approximation (aka edit distance)FuzzyContext.withEditDistanceUpTo(int maxEditDistance) Deprecated.Maximum value of the edit distance.FuzzyContext.withPrefixLength(int prefixLength) Deprecated.Size of the prefix ignored by the fuzzyness.