| Class | Description |
|---|---|
| CompositeSuffixBasedConverter |
Based on the suffix of a field, picks an actual
FieldValueConverter from a set of suffix -> converter
mappings. |
| DateTimeConverter |
FieldValueConverter that formats a field in a source pattern to the ISO date format. |
| DefaultElementParser |
Default implementation of
ElementParser. |
| 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. |
| DualSearchService |
SearchService decorator that uses two different search services: one for reads and another one for writes. |
| ElementParserServiceImpl |
Default implementation of the
ElementParserService. |
| HtmlStrippingConverter |
FieldValueConverter that strips all HTML tags from a field. |
| 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. |
| SolrDocumentBuilderImpl |
Default implementation of
SolrDocumentBuilder. |
| 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. |
| TokenizedElementParser |
Implementation of
ElementParser that parses elements marked with a "tokenized" attribute. |
Copyright © 2018 CrafterCMS. All rights reserved.