Class UpdateProcessorTestBase

    • Constructor Detail

      • UpdateProcessorTestBase

        public UpdateProcessorTestBase()
    • Method Detail

      • processAdd

        protected org.apache.solr.common.SolrInputDocument processAdd​(String chain,
                                                                      org.apache.solr.common.SolrInputDocument docIn)
                                                               throws IOException
        Runs a document through the specified chain, and returns the final document used when the chain is completed (NOTE: some chains may modify the document in place
        Throws:
        IOException
      • processAdd

        protected org.apache.solr.common.SolrInputDocument processAdd​(String chain,
                                                                      org.apache.solr.common.params.SolrParams requestParams,
                                                                      org.apache.solr.common.SolrInputDocument docIn)
                                                               throws IOException
        Runs a document through the specified chain, and returns the final document used when the chain is completed (NOTE: some chains may modify the document in place
        Throws:
        IOException