Class BytesRefIterator
LUCENENET specific class to make the syntax of creating an empty IBytesRefIterator the same as it was in Lucene. Example:
var iter = BytesRefIterator.Empty;
Inheritance
System.Object
BytesRefIterator
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public class BytesRefIterator : object
Fields
| Improve this Doc View SourceEMPTY
Singleton BytesRefIterator that iterates over 0 BytesRefs.
Declaration
public static readonly IBytesRefIterator EMPTY
Field Value
Type | Description |
---|---|
IBytesRefIterator |