Package org.apache.lucene.search
Interface FuzzyTermsEnum.LevenshteinAutomataAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
- Enclosing class:
- FuzzyTermsEnum
public static interface FuzzyTermsEnum.LevenshteinAutomataAttribute extends Attribute
reuses compiled automata across different segments, because they are independent of the index
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CompiledAutomaton>
automata()
-
-
-
Method Detail
-
automata
java.util.List<CompiledAutomaton> automata()
-
-