Package eu.dnetlib.dhp.solr.mapping
Class RowToSolrInputDocumentMapper
java.lang.Object
eu.dnetlib.dhp.solr.mapping.RowToSolrInputDocumentMapper
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowToSolrInputDocumentMapper
public RowToSolrInputDocumentMapper()
-
-
Method Details
-
map
public static org.apache.solr.common.SolrInputDocument map(org.apache.spark.sql.Row row, boolean shouldFilterXmlPayload) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
map
public static org.apache.solr.common.SolrInputDocument map(org.apache.spark.sql.Row row) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-