Show / Hide Table of Contents

    Class MergePolicy.DocMap

    A map of doc IDs.

    Inheritance
    System.Object
    MergePolicy.DocMap
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class DocMap : object

    Constructors

    | Improve this Doc View Source

    DocMap()

    Sole constructor, typically invoked from sub-classes constructors.

    Declaration
    protected DocMap()

    Methods

    | Improve this Doc View Source

    Map(Int32)

    Return the new doc ID according to its old value.

    Declaration
    public abstract int Map(int old)
    Parameters
    Type Name Description
    System.Int32 old
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)