Class ExternalRefSorter
Builds and iterates over sequences stored on disk.
Inheritance
System.Object
ExternalRefSorter
Assembly: Lucene.Net.Suggest.dll
Syntax
public class ExternalRefSorter : object, IBytesRefSorter, IDisposable
Constructors
Name | Description |
---|---|
ExternalRefSorter(OfflineSorter) | Will buffer all sequences to a temporary file and then sort (all on-disk). |
Properties
Name | Description |
---|---|
Comparer |
Methods
Name | Description |
---|---|
Add(BytesRef) | |
Dispose() | Removes any written temporary files. |
GetIterator() |