Class MCRSolrAbstractIndexHandler

java.lang.Object
org.mycore.solr.index.handlers.MCRSolrAbstractIndexHandler
All Implemented Interfaces:
MCRSolrIndexHandler
Direct Known Subclasses:
MCRSolrAbstractStreamIndexHandler, MCRSolrFilesIndexHandler, MCRSolrInputDocumentHandler, MCRSolrInputDocumentsHandler, MCRSolrMCRContentIndexHandler, MCRSolrMCRContentMapIndexHandler, MCRSolrOptimizeIndexHandler

public abstract class MCRSolrAbstractIndexHandler extends Object implements MCRSolrIndexHandler
  • Field Details

    • solrClient

      protected org.apache.solr.client.solrj.SolrClient solrClient
    • commitWithin

      protected int commitWithin
  • Constructor Details

    • MCRSolrAbstractIndexHandler

      public MCRSolrAbstractIndexHandler()
    • MCRSolrAbstractIndexHandler

      public MCRSolrAbstractIndexHandler(org.apache.solr.client.solrj.SolrClient solrClient)
  • Method Details