C# Class Lucene.Net.SynonymEngine.BexisSynonymEngine

Inheritance: ISynonymEngine
Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
BexisSynonymEngine ( ) : System

GetSynonyms ( string theWord ) : String[]

close ( ) : void

Method Details

BexisSynonymEngine() public méthode

public BexisSynonymEngine ( ) : System
Résultat System

GetSynonyms() public méthode

public GetSynonyms ( string theWord ) : String[]
theWord string
Résultat String[]

close() public méthode

public close ( ) : void
Résultat void