|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FuzzyContext | |
---|---|
org.hibernate.search.query.dsl | Provide a domain specific language to write Lucene queries and create faceting requests. |
Uses of FuzzyContext in org.hibernate.search.query.dsl |
---|
Methods in org.hibernate.search.query.dsl that return FuzzyContext | |
---|---|
FuzzyContext |
TermContext.fuzzy()
Use a fuzzy search approximation (aka edit distance) |
FuzzyContext |
FuzzyContext.withPrefixLength(int prefixLength)
Size of the prefix ignored by the fuzzyness. |
FuzzyContext |
FuzzyContext.withThreshold(float threshold)
Threshold above which two terms are considered similar enough. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |