Class MCRSolrInputDocumentGenerator

java.lang.Object
org.mycore.solr.index.document.MCRSolrInputDocumentGenerator

public class MCRSolrInputDocumentGenerator extends Object
Author:
Thomas Scheffler (yagee)
  • Field Details

    • JAXB_CONTEXT

      public static final jakarta.xml.bind.JAXBContext JAXB_CONTEXT
  • Constructor Details

    • MCRSolrInputDocumentGenerator

      public MCRSolrInputDocumentGenerator()
  • Method Details

    • getSolrInputDocument

      public static org.apache.solr.common.SolrInputDocument getSolrInputDocument(MCRSolrInputDocument jaxbDoc)
    • getSolrInputDocument

      public static List<org.apache.solr.common.SolrInputDocument> getSolrInputDocument(MCRContent source) throws jakarta.xml.bind.JAXBException, IOException
      Throws:
      jakarta.xml.bind.JAXBException
      IOException
    • getSolrInputDocuments

      public static List<org.apache.solr.common.SolrInputDocument> getSolrInputDocuments(List<MCRSolrInputDocument> inputDocuments)
    • getSolrInputDocument

      public static org.apache.solr.common.SolrInputDocument getSolrInputDocument(Element input)