Class SuggestWordQueue
Sorts SuggestWord instances
Inheritance
System.Object
SuggestWordQueue
Assembly: Lucene.Net.Suggest.dll
Syntax
public sealed class SuggestWordQueue : PriorityQueue<SuggestWord>
Constructors
Name | Description |
---|---|
SuggestWordQueue(Int32) | Use the DEFAULT_COMPARER |
SuggestWordQueue(Int32, IComparer<SuggestWord>) | Specify the size of the queue and the comparer to use for sorting. |
Fields
Name | Description |
---|---|
DEFAULT_COMPARER | Default comparer: score then frequency. |
Methods
Name | Description |
---|---|
LessThan(SuggestWord, SuggestWord) |