public interface TermFuzzy extends TermTermination
Modifier and Type | Method and Description |
---|---|
TermFuzzy |
withPrefixLength(int prefixLength)
Size of the prefix ignored by the fuzzyness.
|
TermFuzzy |
withThreshold(float threshold)
Threshold above which two terms are considered similar enough.
|
createQuery
TermFuzzy withThreshold(float threshold)
TermFuzzy withPrefixLength(int prefixLength)
Copyright © 2006–2013 Hibernate. All rights reserved.