Interface IBytesRefSorter
Collects
Assembly: Lucene.Net.Suggest.dll
Syntax
public interface IBytesRefSorter
Properties
Name | Description |
---|---|
Comparer | Comparer used to determine the sort order of entries. |
Methods
Name | Description |
---|---|
Add(BytesRef) | Adds a single suggestion entry (possibly compound with its bucket). |
GetIterator() | Sorts the entries added in Add(BytesRef) and returns an enumerator over all sorted entries. |