Interface | Description |
---|---|
TaxonomyReader |
TaxonomyReader is the read-only interface with which the faceted-search
library uses the taxonomy during search time.
|
TaxonomyReader.ChildrenArrays |
Equivalent representations of the taxonomy's parent info,
used internally for efficient computation of facet results:
"youngest child" and "oldest sibling"
|
TaxonomyWriter |
TaxonomyWriter is the interface which the faceted-search library uses
to dynamically build the taxonomy at indexing time.
|
Class | Description |
---|---|
CategoryPath |
A CategoryPath holds a sequence of string components, specifying the
hierarchical name of a category.
|
Exception | Description |
---|---|
InconsistentTaxonomyException |
Exception indicating that a certain operation could not be performed
on a taxonomy related object because of an inconsistency.
|