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 |
---|---|
TermFuzzy |
TermFuzzy.withPrefixLength(int prefixLength)
Size of the prefix ignored by the fuzzyness.
|
TermFuzzy |
TermFuzzy.withThreshold(float threshold)
Threshold above which two terms are considered similar enough.
|
Copyright © 2006–2016 Hibernate. All rights reserved.