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
Assembly: DistributedLucene.Net.dll
Syntax
public class BytesRefIterator : object
Fields
Name | Description |
---|---|
EMPTY | Singleton BytesRefIterator that iterates over 0 BytesRefs. |