| Package | Description |
|---|---|
| org.apache.lucene.facet.index |
Indexing of document categories
Attachment of
CategoryPath's
or CategoryAttribute's
to a given document using a
Taxonomy. |
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetsPayloadProcessorProvider.FacetsDirPayloadProcessor |
| Modifier and Type | Method and Description |
|---|---|
PayloadProcessorProvider.ReaderPayloadProcessor |
FacetsPayloadProcessorProvider.getReaderProcessor(IndexReader reader) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PayloadProcessorProvider.DirPayloadProcessor
Deprecated.
Use
PayloadProcessorProvider.ReaderPayloadProcessor instead. |
| Modifier and Type | Method and Description |
|---|---|
PayloadProcessorProvider.ReaderPayloadProcessor |
PayloadProcessorProvider.getReaderProcessor(IndexReader reader)
Returns a
PayloadProcessorProvider.ReaderPayloadProcessor for the given Directory,
through which PayloadProcessorProvider.PayloadProcessors can be obtained for each
Term, or null if none should be used. |