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

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

Méthodes publiques

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

Method Details

Automata() public méthode

public Automata ( ) : IList
Résultat IList

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Attribute target ) : void
target Attribute
Résultat void

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int