Uses of Interface
org.hibernate.search.query.dsl.TermFuzzy
Packages that use TermFuzzy
Package
Description
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 TermFuzzyModifier and TypeMethodDescriptionTermFuzzy.withPrefixLength(int prefixLength) Deprecated.Size of the prefix ignored by the fuzzyness.TermFuzzy.withThreshold(float threshold) Deprecated.Threshold above which two terms are considered similar enough.