Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
Modifier and Type | Method and Description |
---|---|
FuzzyContext |
TermContext.fuzzy()
Use a fuzzy search approximation (aka edit distance)
|
FuzzyContext |
FuzzyContext.withEditDistanceUpTo(int maxEditDistance)
Maximum value of the edit distance.
|
FuzzyContext |
FuzzyContext.withPrefixLength(int prefixLength)
Size of the prefix ignored by the fuzzyness.
|
FuzzyContext |
FuzzyContext.withThreshold(float threshold)
Deprecated.
|
Copyright © 2006–2016 Hibernate. All rights reserved.