| Package | Description |
|---|---|
| org.craftercms.search.service | |
| org.craftercms.search.service.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElementParser.parse(org.dom4j.Element element,
String fieldName,
String parentFieldName,
org.apache.solr.common.SolrInputDocument solrDoc,
ElementParserService parserService)
Parses the given element, generating one or more Solr fields and adding them to the given document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementParserServiceImpl
Default implementation of the
ElementParserService. |
| Modifier and Type | Field and Description |
|---|---|
protected ElementParserService |
SolrDocumentBuilderImpl.parserService |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenizedElementParser.parse(org.dom4j.Element element,
String fieldName,
String parentFieldName,
org.apache.solr.common.SolrInputDocument solrDoc,
ElementParserService parserService) |
boolean |
SubDocumentElementParser.parse(org.dom4j.Element element,
String fieldName,
String parentFieldName,
org.apache.solr.common.SolrInputDocument solrDoc,
ElementParserService parserService) |
boolean |
DefaultElementParser.parse(org.dom4j.Element element,
String fieldName,
String parentFieldName,
org.apache.solr.common.SolrInputDocument solrDoc,
ElementParserService parserService) |
void |
SolrDocumentBuilderImpl.setParserService(ElementParserService parserService) |
Copyright © 2018 CrafterCMS. All rights reserved.