org.hibernate.search.query.dsl
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.
|
createQueryTermFuzzy withThreshold(float threshold)
TermFuzzy withPrefixLength(int prefixLength)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved