public interface ISolrField
| Modifier and Type | Method and Description |
|---|---|
List<SolrElementField> |
getFields(Document doc,
String identifier)
Method for extracting data from document via XPath or other means.
|
String |
getName()
Returns the search field name.
|
void |
initExpression(XPath xpathObject)
Method for initializing xpath expression from main document builder.
|
void initExpression(XPath xpathObject)
xpathObject - List<SolrElementField> getFields(Document doc, String identifier) throws Exception
doc - ExceptionString getName()
Copyright © 2022. All rights reserved.