Show / Hide Table of Contents

    Class Int32IndexOutput.Index

    Records a single skip-point in the IndexOutput.

    Inheritance
    System.Object
    Int32IndexOutput.Index
    Namespace: Lucene.Net.Codecs.Sep
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public abstract class Index : object

    Methods

    | Improve this Doc View Source

    CopyFrom(Int32IndexOutput.Index, Boolean)

    Copies index from other.

    Declaration
    public abstract void CopyFrom(Int32IndexOutput.Index other, bool copyLast)
    Parameters
    Type Name Description
    Int32IndexOutput.Index other
    System.Boolean copyLast
    | Improve this Doc View Source

    Mark()

    Internally records the current location.

    Declaration
    public abstract void Mark()
    | Improve this Doc View Source

    Write(DataOutput, Boolean)

    Writes "location" of current output pointer of primary output to different output (out).

    Declaration
    public abstract void Write(DataOutput indexOut, bool absolute)
    Parameters
    Type Name Description
    DataOutput indexOut
    System.Boolean absolute
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)