Class SearcherTaxonomyManager.SearcherAndTaxonomy
Holds a matched pair of
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 SourceSearcherAndTaxonomy(Search.IndexSearcher, DirectoryTaxonomyReader)
Declaration
public SearcherAndTaxonomy(Search.IndexSearcher searcher, DirectoryTaxonomyReader taxonomyReader)
Parameters
Type | Name | Description |
---|---|---|
Search. |
searcher | |
Directory |
taxonomyReader |
Properties
| Improve this Doc View SourceSearcher
Point-in-time
Declaration
public Search.IndexSearcher Searcher { get; }
Property Value
Type | Description |
---|---|
Search. |
TaxonomyReader
Matching point-in-time Directory
Declaration
public DirectoryTaxonomyReader TaxonomyReader { get; }
Property Value
Type | Description |
---|---|
Directory |