Uses of Interface
org.hibernate.search.query.dsl.TermFuzzy
-
Packages that use TermFuzzy Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of TermFuzzy in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return TermFuzzy Modifier and Type Method Description TermFuzzyTermFuzzy. withPrefixLength(int prefixLength)Deprecated.Size of the prefix ignored by the fuzzyness.TermFuzzyTermFuzzy. withThreshold(float threshold)Deprecated.Threshold above which two terms are considered similar enough.
-