public interface ElementParserService
ElementParsers to parse the elements and it's sub-elements to generate
a Solr fields.| Modifier and Type | Method and Description |
|---|---|
void |
parse(org.dom4j.Element element,
String parentFieldName,
org.apache.solr.common.SolrInputDocument solrDoc)
Parses the given element, generating one or more Solr fields and adding them to the given document.
|
void parse(org.dom4j.Element element,
String parentFieldName,
org.apache.solr.common.SolrInputDocument solrDoc)
element - the element to parseparentFieldName - the field name of the parentsolrDoc - the Solr document to add the generated fieldsCopyright © 2018 CrafterCMS. All rights reserved.