@Deprecated public interface FuzzyAttribute extends Attribute
PhraseSlopQueryNodeProcessor processor and
must be defined in the QueryConfigHandler. This attribute tells the
processor what is the default phrase slop when no slop is defined in a
phrase. | Modifier and Type | Method and Description |
|---|---|
float |
getFuzzyMinSimilarity()
Deprecated.
|
int |
getPrefixLength()
Deprecated.
|
void |
setFuzzyMinSimilarity(float minSimilarity)
Deprecated.
|
void |
setPrefixLength(int prefixLength)
Deprecated.
|