| Package | Description |
|---|---|
| org.apache.lucene.facet.index |
Indexing of document categories
|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FacetsPayloadProcessorProvider |
A
PayloadProcessorProvider for updating facets ordinal references,
based on an ordinal map. |
| Modifier and Type | Method | Description |
|---|---|---|
PayloadProcessorProvider |
IndexWriter.getPayloadProcessorProvider() |
Returns the
PayloadProcessorProvider that is used during segment
merges to process payloads. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IndexWriter.setPayloadProcessorProvider(PayloadProcessorProvider pcp) |
Sets the
PayloadProcessorProvider to use when merging payloads. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.