Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Static Public Member Functions | List of all members
WorldNet.Net.SynLookup Class Reference

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.
 

Detailed Description

Test program to look up synonyms.

Definition at line 31 of file SynLookup.cs.

Member Function Documentation

static Query WorldNet.Net.SynLookup.Expand ( String  query,
Searcher  syns,
Analyzer  a,
String  field,
float  boost 
)
static

Perform synonym expansion on a query.

Parameters
queryquery
synssyns
aa
fieldfield
boostboost

Definition at line 84 of file SynLookup.cs.

static void WorldNet.Net.SynLookup.Main ( System.String[]  args)
static

Definition at line 37 of file SynLookup.cs.


The documentation for this class was generated from the following file: