| Class | Description |
|---|---|
| DenormalizingPostProcessor |
Implementation of
DocumentPostProcessor 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. |
| DualSearchService |
SearchService decorator that uses two different search services: one for reads and another one for writes. |
| RenameFieldsIfMultiValuePostProcessor |
Implementation of
DocumentPostProcessor that renames fields that are defined as single value
but that actually have several values, based on a series of suffix mappings. |
| SolrAdminService |
Created by alfonsovasquez on 2/3/17.
|
| SolrDocumentBuilderImpl |
The purpose of this class is to convert a generic XML document:
|
| SolrElementParserImpl |
Implementation of
ElementParser for Solr. |
| SolrSearchService |
Implementation of
SearchService using Solr as the underlying search engine. |
| SubDocumentElementParser |
ElementParser implementation that parses elements that ara tagged with an attribute that indicates
that it's sub-elements should be treated as sub-documents or child documents. |
Copyright © 2020 CrafterCMS. All rights reserved.