Interface DocumentProvider

    • Method Detail

      • indexDocuments

        void indexDocuments​(String workspaceName,
                            org.apache.solr.client.solrj.SolrClient solrClient)
                     throws IndexingException
        Index additional documents for the given workspace.
        Parameters:
        workspaceName - The workspace name.
        solrClient - The solr client to use
        Throws:
        IndexingException - If an error occurs indexing the documents.