| Package | Description |
|---|---|
| org.craftercms.search.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DenormalizingPostProcessor
Implementation of
SolrDocumentPostProcessor that can "denormalize" the parent and it's children documents,
that means, it copies the fields from the parent to the children and the fields of the children to the parent. |
class |
RenameFieldsIfMultiValuePostProcessor
Implementation of
SolrDocumentPostProcessor that renames fields that are defined as single value
but that actually have several values, based on a series of suffix mappings. |
| Modifier and Type | Field and Description |
|---|---|
protected List<SolrDocumentPostProcessor> |
SolrDocumentBuilderImpl.postProcessors |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrDocumentBuilderImpl.setPostProcessors(List<SolrDocumentPostProcessor> postProcessors) |
Copyright © 2018 CrafterCMS. All rights reserved.