C# Class Lucene.Net.SynonymEngine.BexisSynonymEngine

Inheritance: ISynonymEngine
Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
BexisSynonymEngine ( ) : System

GetSynonyms ( string theWord ) : String[]

close ( ) : void

Method Details

BexisSynonymEngine() public method

public BexisSynonymEngine ( ) : System
return System

GetSynonyms() public method

public GetSynonyms ( string theWord ) : String[]
theWord string
return String[]

close() public method

public close ( ) : void
return void