Interface InprogressSubmissionIndexFactory<T extends IndexableInProgressSubmission,​S extends InProgressSubmission>

    • Method Detail

      • storeInprogressItemFields

        void storeInprogressItemFields​(Context context,
                                       org.apache.solr.common.SolrInputDocument doc,
                                       InProgressSubmission inProgressSubmission)
                                throws SQLException
        Store common fields between workspace / workflow items in the solr document
        Parameters:
        context - DSpace context object
        doc - Solr input document which will be written to our discovery solr core
        inProgressSubmission - the workspace / workflow item
        Throws:
        SQLException - If database error