Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SearcherTaxonomyManager.SearcherAndTaxonomy

    Holds a matched pair of Lucene.Net.Search.IndexSearcher and TaxonomyReader

    Inheritance
    System.Object
    SearcherTaxonomyManager.SearcherAndTaxonomy
    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
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class SearcherAndTaxonomy

    Constructors

    | Improve this Doc View Source

    SearcherAndTaxonomy(IndexSearcher, DirectoryTaxonomyReader)

    Create a SearcherTaxonomyManager.SearcherAndTaxonomy

    Declaration
    public SearcherAndTaxonomy(IndexSearcher searcher, DirectoryTaxonomyReader taxonomyReader)
    Parameters
    Type Name Description
    Lucene.Net.Search.IndexSearcher searcher
    DirectoryTaxonomyReader taxonomyReader

    Properties

    | Improve this Doc View Source

    Searcher

    Point-in-time Lucene.Net.Search.IndexSearcher.

    Declaration
    public IndexSearcher Searcher { get; }
    Property Value
    Type Description
    Lucene.Net.Search.IndexSearcher
    | Improve this Doc View Source

    TaxonomyReader

    Matching point-in-time DirectoryTaxonomyReader.

    Declaration
    public DirectoryTaxonomyReader TaxonomyReader { get; }
    Property Value
    Type Description
    DirectoryTaxonomyReader
    • 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.