Class InMemorySorter
An IBytesRefSorter that keeps all the entries in memory. @lucene.experimental @lucene.internal
Inheritance
System.Object
InMemorySorter
Assembly: Lucene.Net.Suggest.dll
Syntax
public sealed class InMemorySorter : object, IBytesRefSorter
Constructors
Name | Description |
---|---|
InMemorySorter(IComparer<BytesRef>) | Creates an InMemorySorter, sorting entries by the provided comparer. |
Properties
Name | Description |
---|---|
Comparer |
Methods
Name | Description |
---|---|
Add(BytesRef) | |
GetIterator() |