Show / Hide Table of Contents

    Class DocIdBitSet

    Simple DocIdSet and DocIdSetIterator backed by a

    Inheritance
    System.Object
    DocIdSet
    DocIdBitSet
    Implements
    IBits
    Inherited Members
    DocIdSet.NewAnonymous(Func<DocIdSetIterator>)
    DocIdSet.NewAnonymous(Func<DocIdSetIterator>, Func<IBits>)
    DocIdSet.NewAnonymous(Func<DocIdSetIterator>, Func<Boolean>)
    DocIdSet.NewAnonymous(Func<DocIdSetIterator>, Func<IBits>, Func<Boolean>)
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public class DocIdBitSet : DocIdSet, IBits

    Constructors

    | Improve this Doc View Source

    DocIdBitSet(BitArray)

    Declaration
    public DocIdBitSet(BitArray bitSet)
    Parameters
    Type Name Description
    BitArray bitSet

    Properties

    | Improve this Doc View Source

    Bits

    Declaration
    public override IBits Bits { get; }
    Property Value
    Type Description
    IBits
    Overrides
    DocIdSet.Bits
    | Improve this Doc View Source

    BitSet

    Returns the underlying .

    Declaration
    public virtual BitArray BitSet { get; }
    Property Value
    Type Description
    BitArray
    | Improve this Doc View Source

    IsCacheable

    This DocIdSet implementation is cacheable.

    Declaration
    public override bool IsCacheable { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    DocIdSet.IsCacheable
    | Improve this Doc View Source

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Declaration
    public bool Get(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetIterator()

    Declaration
    public override DocIdSetIterator GetIterator()
    Returns
    Type Description
    DocIdSetIterator
    Overrides
    DocIdSet.GetIterator()

    Implements

    IBits
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)