Interface ITermFreqIterator
Interface for enumerating term,weight pairs.
Namespace: Lucene.Net.Search.Spell
Assembly: Lucene.Net.Suggest.dll
Syntax
public interface ITermFreqIterator : IBytesRefIterator
Properties
| Improve this Doc View SourceWeight
Gets the term's weight, higher numbers mean better suggestions.
Declaration
long Weight { get; }
Property Value
Type | Description |
---|---|
System.Int64 |