Class SearcherTaxonomyManager

All Implemented Interfaces:
Closeable, AutoCloseable

public class SearcherTaxonomyManager extends ReferenceManager<SearcherTaxonomyManager.SearcherAndTaxonomy>
Manages near-real-time reopen of both an IndexSearcher and a TaxonomyReader.

NOTE: If you call DirectoryTaxonomyWriter.replaceTaxonomy(org.apache.lucene.store.Directory) then you must open a new SearcherTaxonomyManager afterwards.