|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
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 | |
SuggestWord Class, used in suggestSimilar method in SpellChecker class.
<author> Nicolas Maisonneuve </author>
Definition at line 28 of file SuggestWord.cs.
| int SpellChecker.Net.Search.Spell.SuggestWord.CompareTo | ( | SuggestWord | a | ) |
Definition at line 39 of file SuggestWord.cs.
| 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.
1.8.3