Class FuzzyTermsEnum.LevenshteinAutomataAttributeImpl

java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.search.FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
All Implemented Interfaces:
Cloneable, FuzzyTermsEnum.LevenshteinAutomataAttribute, Attribute
Enclosing class:
FuzzyTermsEnum

public static final class FuzzyTermsEnum.LevenshteinAutomataAttributeImpl extends AttributeImpl implements FuzzyTermsEnum.LevenshteinAutomataAttribute
Stores compiled automata as a list (indexed by edit distance)
  • Constructor Details

    • LevenshteinAutomataAttributeImpl

      public LevenshteinAutomataAttributeImpl()
  • Method Details