Class RowToSolrInputDocumentMapper

java.lang.Object
eu.dnetlib.dhp.solr.mapping.RowToSolrInputDocumentMapper
All Implemented Interfaces:
Serializable

public class RowToSolrInputDocumentMapper extends Object implements Serializable
See Also:
  • 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