Fork me on GitHub
  • API

    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 © 2022 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.