public class MergeSolrField extends SolrField
combineNodes, converter, dedupe, defaultValue, disallowedValues, multivalue, name, splitOnString, substringAfter, substringBefore, valueSeparator, xpath, xPathExpression| Constructor and Description |
|---|
MergeSolrField(String name,
String xpath) |
MergeSolrField(String name,
String xpath,
String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
List<SolrElementField> |
processField(Document doc)
Process incoming xml doc object for the data value this SolrField instance is
configured to derive.
|
allowedValue, getCombineDelimiter, getConverter, getDefaultValue, getDisallwedValues, getFields, getName, getSplitOnString, getValueSeparator, getXpath, getxPathExpression, initExpression, isCombineNodes, isMultivalue, isSubstringAfter, isSubstringBefore, processNodeValue, setCombineDelimiter, setCombineNodes, setConverter, setDedupe, setDefaultValue, setDisallowedValues, setMultivalue, setName, setSplitOnString, setSubstringAfter, setSubstringBefore, setValueSeparator, setXpath, setxPathExpressionpublic List<SolrElementField> processField(Document doc) throws XPathExpressionException, IOException, SAXException, ParserConfigurationException
SolrFieldprocessField in class SolrFieldXPathExpressionExceptionIOExceptionSAXExceptionParserConfigurationExceptionCopyright © 2022. All rights reserved.