Class BytesRefEnumerator
LUCENENET specific class to make the syntax of creating an empty IBytesRefEnumerator the same as it was in Lucene. Example:
var iter = BytesRefEnumerator.EMPTY;
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public static class BytesRefEnumerator
Fields
EMPTY
Singleton BytesRefEnumerator that iterates over 0 BytesRefs.
Declaration
public static readonly IBytesRefEnumerator EMPTY
Field Value
Type | Description |
---|---|
IBytesRefEnumerator |