Class DirectSpellChecker.ScoreTerm
Holds a spelling correction for internal usage inside DirectSpellChecker.
Inheritance
System.Object
DirectSpellChecker.ScoreTerm
Assembly: Lucene.Net.Suggest.dll
Syntax
protected class ScoreTerm : IComparable<DirectSpellChecker.ScoreTerm>
Constructors
Name | Description |
---|---|
ScoreTerm() | Constructor. |
Properties
Name | Description |
---|---|
Boost | The boost representing the similarity from the FuzzyTermsEnum (internal similarity score) |
Docfreq | The df of the spellcheck correction. |
Score | The similarity score. |
Term | The actual spellcheck correction. |
TermAsString | The spellcheck correction represented as string, can be .
|
Methods
Name | Description |
---|---|
CompareTo(DirectSpellChecker.ScoreTerm) | |
Equals(Object) | |
GetHashCode() |