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
Public Member Functions | Public Attributes | List of all members
SpellChecker.Net.Search.Spell.SuggestWord Class Reference

SuggestWord Class, used in suggestSimilar method in SpellChecker class. More...

Public Member Functions

int CompareTo (SuggestWord a)
 

Public Attributes

float score
 the score of the word
 
int freq
 The freq of the word
 
System.String termString
 the suggested word
 

Detailed Description

SuggestWord Class, used in suggestSimilar method in SpellChecker class.

<author> Nicolas Maisonneuve </author>

Definition at line 28 of file SuggestWord.cs.

Member Function Documentation

int SpellChecker.Net.Search.Spell.SuggestWord.CompareTo ( SuggestWord  a)

Definition at line 39 of file SuggestWord.cs.

Member Data Documentation

int SpellChecker.Net.Search.Spell.SuggestWord.freq

The freq of the word

Definition at line 34 of file SuggestWord.cs.

float SpellChecker.Net.Search.Spell.SuggestWord.score

the score of the word

Definition at line 31 of file SuggestWord.cs.

System.String SpellChecker.Net.Search.Spell.SuggestWord.termString

the suggested word

Definition at line 37 of file SuggestWord.cs.


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