Show / Hide Table of Contents

    Interface IMutableBits

    Extension of IBits for live documents.

    Inherited Members
    IBits.Get(Int32)
    IBits.Length
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public interface IMutableBits : IBits

    Methods

    | Improve this Doc View Source

    Clear(Int32)

    Sets the bit specified by index to false.

    Declaration
    void Clear(int index)
    Parameters
    Type Name Description
    System.Int32 index

    index, should be non-negative and < Length. The result of passing negative or out of bounds values is undefined by this interface, just don't do it!

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