Interface IBytesRefSorter
Collects
Namespace: Lucene.Net.Search.Suggest.Fst
Assembly: Lucene.Net.Suggest.dll
Syntax
public interface IBytesRefSorter
Properties
| Improve this Doc View SourceComparer
Comparer used to determine the sort order of entries.
Declaration
IComparer<BytesRef> Comparer { get; }
Property Value
Type | Description |
---|---|
IComparer<Bytes |
Methods
| Improve this Doc View SourceAdd(BytesRef)
Adds a single suggestion entry (possibly compound with its bucket).
Declaration
void Add(BytesRef utf8)
Parameters
Type | Name | Description |
---|---|---|
Bytes |
utf8 |
GetIterator()
Sorts the entries added in Add(Bytes
Declaration
IBytesRefIterator GetIterator()
Returns
Type | Description |
---|---|
IBytes |