Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DirectoryTaxonomyIndexReaderFactory

    This class offers some hooks for extending classes to control the Lucene.Net.Index.IndexReader instance that is used by DirectoryTaxonomyReader.

    This class is specific to Lucene.NET to allow to customize the Lucene.Net.Index.DirectoryReader instance before it is used by DirectoryTaxonomyReader.
    Inheritance
    object
    DirectoryTaxonomyIndexReaderFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Facet.Taxonomy.Directory
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class DirectoryTaxonomyIndexReaderFactory

    Properties

    Default

    This class offers some hooks for extending classes to control the Lucene.Net.Index.IndexReader instance that is used by DirectoryTaxonomyReader.

    This class is specific to Lucene.NET to allow to customize the Lucene.Net.Index.DirectoryReader instance before it is used by DirectoryTaxonomyReader.
    Declaration
    public static DirectoryTaxonomyIndexReaderFactory Default { get; }
    Property Value
    Type Description
    DirectoryTaxonomyIndexReaderFactory

    Methods

    OpenIndexReader(IndexWriter)

    Open the Lucene.Net.Index.DirectoryReader from this Lucene.Net.Index.IndexWriter.

    Declaration
    public virtual DirectoryReader OpenIndexReader(IndexWriter writer)
    Parameters
    Type Name Description
    IndexWriter writer
    Returns
    Type Description
    DirectoryReader

    OpenIndexReader(Directory)

    Open the Lucene.Net.Index.DirectoryReader from this Lucene.Net.Store.Directory.

    Declaration
    public virtual DirectoryReader OpenIndexReader(Directory directory)
    Parameters
    Type Name Description
    Directory directory
    Returns
    Type Description
    DirectoryReader
    Back to top Copyright © 2024 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.