| Package | Description |
|---|---|
| org.craftercms.search.commons.service.impl | |
| org.craftercms.search.elasticsearch.impl | |
| org.craftercms.search.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElementParser<T>
Base implementation of
ElementParser. |
class |
TokenizedElementParser<T>
Implementation of
ElementParser that parses elements marked with a "tokenized" attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementParser<T>> |
ElementParserServiceImpl.parsers |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementParserServiceImpl.setParsers(List<ElementParser<T>> parsers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticsearchElementParserImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrElementParserImpl
Implementation of
ElementParser for Solr. |
class |
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 © 2021 CrafterCMS. All rights reserved.