Interface ElementParserService<T>
- All Known Implementing Classes:
ElementParserServiceImpl
public interface ElementParserService<T>
Implementations normally use several
ElementParsers to parse the elements and it's sub-elements to generate
new fields on a document for indexing.- Author:
- avasquez
-
Method Summary
-
Method Details
-
parse
Parses the given element, generating one or more fields and adding them to the given document.- Parameters:
element- the element to parseparentFieldName- the field name of the parentdoc- the document to add the generated fields
-