org.hibernate.search.query.dsl
public interface FuzzyContext extends QueryCustomization<FuzzyContext>
Modifier and Type | Method and Description |
---|---|
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.
|
boostedTo, filteredBy, withConstantScore
TermMatchingContext onField(String field)
TermMatchingContext onFields(String... fields)
FuzzyContext withThreshold(float threshold)
FuzzyContext withPrefixLength(int prefixLength)
Copyright © 2006–2015 Hibernate. All rights reserved.