Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DirectoryTaxonomyWriter.MemoryOrdinalMap

    DirectoryTaxonomyWriter.IOrdinalMap maintained in memory

    Inheritance
    System.Object
    DirectoryTaxonomyWriter.MemoryOrdinalMap
    Implements
    DirectoryTaxonomyWriter.IOrdinalMap
    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.Facet.Taxonomy.Directory
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class MemoryOrdinalMap : DirectoryTaxonomyWriter.IOrdinalMap

    Constructors

    | Improve this Doc View Source

    MemoryOrdinalMap()

    Sole constructor.

    Declaration
    public MemoryOrdinalMap()

    Methods

    | Improve this Doc View Source

    AddDone()

    Declaration
    public void AddDone()
    | Improve this Doc View Source

    AddMapping(Int32, Int32)

    Declaration
    public void AddMapping(int origOrdinal, int newOrdinal)
    Parameters
    Type Name Description
    System.Int32 origOrdinal
    System.Int32 newOrdinal
    | Improve this Doc View Source

    GetMap()

    Declaration
    public int[] GetMap()
    Returns
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    SetSize(Int32)

    Declaration
    public void SetSize(int taxonomySize)
    Parameters
    Type Name Description
    System.Int32 taxonomySize

    Implements

    DirectoryTaxonomyWriter.IOrdinalMap
    • 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.