C# Class WorldNet.Net.SynLookup

Test program to look up synonyms.
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
Expand ( String query, Searcher syns, Analyzer a, String field, float boost ) : Query

Perform synonym expansion on a query.

Private Methods

Method Description
Main ( System args ) : void

Method Details

Expand() public static method

Perform synonym expansion on a query.
public static Expand ( String query, Searcher syns, Analyzer a, String field, float boost ) : Query
query String query
syns Lucene.Net.Search.Searcher syns
a Lucene.Net.Analysis.Analyzer a
field String field
boost float boost
return Lucene.Net.Search.Query