|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FuzzyContext
Method Summary | |
---|---|
TermMatchingContext |
onField(String field)
field / property the term query is executed on |
TermMatchingContext |
onFields(String... fields)
fields / properties the term query is executed on |
FuzzyContext |
withPrefixLength(int prefixLength)
Size of the prefix ignored by the fuzzyness. |
FuzzyContext |
withThreshold(float threshold)
Threshold above which two terms are considered similar enough. |
Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization |
---|
boostedTo, filteredBy, withConstantScore |
Method Detail |
---|
TermMatchingContext onField(String field)
TermMatchingContext onFields(String... fields)
FuzzyContext withThreshold(float threshold)
FuzzyContext withPrefixLength(int prefixLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |