Show / Hide Table of Contents

    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 Source

    EMPTY

    Singleton BytesRefIterator that iterates over 0 BytesRefs.

    Declaration
    public static readonly IBytesRefIterator EMPTY
    Field Value
    Type Description
    IBytesRefIterator
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)