Package org.hibernate.search.query.dsl
Interface TermFuzzy
-
- All Superinterfaces:
Termination<TermTermination>,TermTermination
@Deprecated public interface TermFuzzy extends TermTermination
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TermFuzzywithPrefixLength(int prefixLength)Deprecated.Size of the prefix ignored by the fuzzyness.TermFuzzywithThreshold(float threshold)Deprecated.Threshold above which two terms are considered similar enough.-
Methods inherited from interface org.hibernate.search.query.dsl.Termination
createQuery
-
-