Interface FuzzyAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
FuzzyAttributeImpl
@Deprecated public interface FuzzyAttribute extends Attribute
Deprecated.This attribute is used byPhraseSlopQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. This attribute tells the processor what is the default phrase slop when no slop is defined in a phrase.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description float
getFuzzyMinSimilarity()
Deprecated.int
getPrefixLength()
Deprecated.void
setFuzzyMinSimilarity(float minSimilarity)
Deprecated.void
setPrefixLength(int prefixLength)
Deprecated.
-