Show / Hide Table of Contents

    Class MergePolicy.DocMap

    A map of doc IDs.

    Inheritance
    System.Object
    MergePolicy.DocMap
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class DocMap

    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

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)