Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Test program to look up synonyms. More...
Classes | |
class | CollectorImpl |
CollectorImpl | |
class | CountingCollector |
class | Syns2Index |
From project WordNet.Net.Syns2Index More... | |
Static Public Member Functions | |
static void | Main (System.String[] args) |
static Query | Expand (String query, Searcher syns, Analyzer a, String field, float boost) |
Perform synonym expansion on a query. | |
Test program to look up synonyms.
Definition at line 31 of file SynLookup.cs.
|
static |
Perform synonym expansion on a query.
query | query |
syns | syns |
a | a |
field | field |
boost | boost |
Definition at line 84 of file SynLookup.cs.
|
static |
Definition at line 37 of file SynLookup.cs.