public interface ElementParserService<T>
ElementParsers to parse the elements and it's sub-elements to generate
new fields on a document for indexing.| Modifier and Type | Method and Description |
|---|---|
void |
parse(org.dom4j.Element element,
String parentFieldName,
T doc)
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,
T doc)
element - the element to parseparentFieldName - the field name of the parentdoc - the document to add the generated fieldsCopyright © 2020 CrafterCMS. All rights reserved.