Namespace Lucene.Net.Facet.Taxonomy.Directory
Taxonomy index implementation using on top of a Directory.
Classes
DirectoryTaxonomyReader
A Taxonomy
Reading from the on-disk index on every method call is too slow, so this implementation employs caching: Some methods cache recent requests and their results, while other methods prefetch all the data into memory and then provide answers directly from in-memory tables. See the documentation of individual methods for comments on their performance.
DirectoryTaxonomyWriter
ITaxonomy
In addition to the permanently-stored information in the Lucene.
This class offers some hooks for extending classes to control the
Lucene.
DirectoryTaxonomyWriter.DiskOrdinalMap
Directory
DirectoryTaxonomyWriter.MemoryOrdinalMap
Directory
Interfaces
DirectoryTaxonomyWriter.IOrdinalMap
Mapping from old ordinal to new ordinals, used when merging indexes wit separate taxonomies.
Add
There exist two implementations of Directory