Interface IBytesRefIterator
A simple iterator interface for BytesRef iteration.
Assembly: DistributedLucene.Net.dll
Syntax
public interface IBytesRefIterator
Properties
Name | Description |
---|---|
Comparer | Return the BytesRef Comparer used to sort terms provided by the
iterator. This may return |
Methods
Name | Description |
---|---|
Next() | Increments the iteration to the next BytesRef in the iterator.
Returns the resulting BytesRef or |