| Package | Description |
|---|---|
| org.craftercms.search.batch.impl | |
| org.craftercms.search.batch.utils.xml |
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentProcessor> |
BinaryFileWithMetadataBatchIndexer.documentProcessors |
protected List<DocumentProcessor> |
XmlFileBatchIndexer.documentProcessors |
| Modifier and Type | Method and Description |
|---|---|
void |
FlattenedXmlFileBatchIndexer.setDocumentProcessors(List<DocumentProcessor> documentProcessors) |
void |
BinaryFileWithMetadataBatchIndexer.setDocumentProcessors(List<DocumentProcessor> documentProcessors) |
void |
XmlFileBatchIndexer.setDocumentProcessors(List<DocumentProcessor> documentProcessors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeAddingDocumentProcessor
Created by alfonsovasquez on 23/8/16.
|
class |
DocumentProcessorChain
Represents a chain of
DocumentProcessor. |
class |
FieldRenamingDocumentProcessor
DocumentProcessor that renames elements or fields based on mappings, where a mapping is of the form:
XPath of fields to rename -> new field name. |
class |
FlatteningDocumentProcessor
DocumentProcessor that parses the document for >include< elements and replaces them for the
actual referenced XML components. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentProcessor> |
DocumentProcessorChain.processors |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentProcessorChain.addProcessor(DocumentProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentProcessorChain.setProcessors(List<DocumentProcessor> processors) |
| Constructor and Description |
|---|
DocumentProcessorChain(List<DocumentProcessor> processors) |
Copyright © 2016 CrafterCMS. All Rights Reserved.