Show / Hide Table of Contents

    Class SearcherTaxonomyManager.SearcherAndTaxonomy

    Holds a matched pair of and TaxonomyReader

    Inheritance
    System.Object
    SearcherTaxonomyManager.SearcherAndTaxonomy
    Namespace: Lucene.Net.Facet.Taxonomy
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class SearcherAndTaxonomy : object

    Constructors

    | Improve this Doc View Source

    SearcherAndTaxonomy(Search.IndexSearcher, DirectoryTaxonomyReader)

    Create a SearcherTaxonomyManager.SearcherAndTaxonomy

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

    Properties

    | Improve this Doc View Source

    Searcher

    Point-in-time .

    Declaration
    public Search.IndexSearcher Searcher { get; }
    Property Value
    Type Description
    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 © 2020 Licensed to the Apache Software Foundation (ASF)