| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.search.condition |
| Modifier and Type | Method and Description |
|---|---|
static FuzzyCondition |
Builder.fuzzy(String field,
String value)
Returns a new
FuzzyCondition for the specified field and value. |
| Modifier and Type | Method and Description |
|---|---|
FuzzyCondition |
FuzzyCondition.maxEdits(Integer maxEdits)
Returns this builder with the specified Damerau-Levenshtein max distance.
|
FuzzyCondition |
FuzzyCondition.maxExpansions(Integer maxExpansions)
Returns this builder with the specified maximum number of terms to match.
|
FuzzyCondition |
FuzzyCondition.prefixLength(Integer prefixLength)
Returns this builder with the length of common (non-fuzzy) prefix.
|
FuzzyCondition |
FuzzyCondition.transpositions(Boolean transpositions)
Returns this builder with the specified if transpositions should be treated as a primitive edit operation.
|
Copyright © 2016. All rights reserved.