Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FixedBitSet.FixedBitSetIterator

    A DocIdSetIterator which iterates over set bits in a FixedBitSet.

    Inheritance
    System.Object
    DocIdSetIterator
    FixedBitSet.FixedBitSetIterator
    Inherited Members
    DocIdSetIterator.GetEmpty()
    DocIdSetIterator.NO_MORE_DOCS
    DocIdSetIterator.SlowAdvance(Int32)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class FixedBitSetIterator : DocIdSetIterator

    Constructors

    | Improve this Doc View Source

    FixedBitSetIterator(FixedBitSet)

    Creates an iterator over the given FixedBitSet.

    Declaration
    public FixedBitSetIterator(FixedBitSet bits)
    Parameters
    Type Name Description
    FixedBitSet bits
    | Improve this Doc View Source

    FixedBitSetIterator(Int64[], Int32, Int32)

    Creates an iterator over the given array of bits.

    Declaration
    public FixedBitSetIterator(long[] bits, int numBits, int wordLength)
    Parameters
    Type Name Description
    System.Int64[] bits
    System.Int32 numBits
    System.Int32 wordLength

    Properties

    | Improve this Doc View Source

    DocID

    Declaration
    public override int DocID { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    DocIdSetIterator.DocID

    Methods

    | Improve this Doc View Source

    Advance(Int32)

    Declaration
    public override int Advance(int target)
    Parameters
    Type Name Description
    System.Int32 target
    Returns
    Type Description
    System.Int32
    Overrides
    DocIdSetIterator.Advance(Int32)
    | Improve this Doc View Source

    GetCost()

    Declaration
    public override long GetCost()
    Returns
    Type Description
    System.Int64
    Overrides
    DocIdSetIterator.GetCost()
    | Improve this Doc View Source

    NextDoc()

    Declaration
    public override int NextDoc()
    Returns
    Type Description
    System.Int32
    Overrides
    DocIdSetIterator.NextDoc()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.