org.apache.lucene.queryParser.standard.config
Interface FuzzyAttribute
- All Superinterfaces:
- org.apache.lucene.util.Attribute
- All Known Implementing Classes:
- FuzzyAttributeImpl
public interface FuzzyAttribute
- extends org.apache.lucene.util.Attribute
This attribute is used by 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.
setPrefixLength
void setPrefixLength(int prefixLength)
getPrefixLength
int getPrefixLength()
setFuzzyMinSimilarity
void setFuzzyMinSimilarity(float minSimilarity)
getFuzzyMinSimilarity
float getFuzzyMinSimilarity()
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.