C# Class Lucene.Net.Search.FuzzyTermsEnum.LevenshteinAutomataAttribute

Stores compiled automata as a list (indexed by edit distance) @lucene.internal
Inheritance: Attribute, ILevenshteinAutomataAttribute
Show file Open project: paulirwin/lucene.net

Public Methods

Method Description
Automata ( ) : IList
Clear ( ) : void
CopyTo ( Attribute target ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int

Method Details

Automata() public method

public Automata ( ) : IList
return IList

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( Attribute target ) : void
target Attribute
return void

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int