org.apache.lucene.search
public static final class FuzzyTermsEnum.LevenshteinAutomataAttributeImpl extends AttributeImpl implements FuzzyTermsEnum.LevenshteinAutomataAttribute
| Constructor and Description |
|---|
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CompiledAutomaton> |
automata() |
void |
clear()
Clears the values in this AttributeImpl and resets it to its
default value.
|
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in
target attribute.
|
boolean |
equals(Object other) |
int |
hashCode() |
clone, reflectAsString, reflectWithpublic FuzzyTermsEnum.LevenshteinAutomataAttributeImpl()
public List<CompiledAutomaton> automata()
automata in interface FuzzyTermsEnum.LevenshteinAutomataAttributepublic void clear()
AttributeImplclear in class AttributeImplpublic void copyTo(AttributeImpl target)
AttributeImplcopyTo in class AttributeImplCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.