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
      • doc

        protected final org.apache.solr.common.SolrInputDocument doc​(org.apache.solr.common.SolrInputField... fields)
        Convenience method for building up SolrInputDocuments
      • f

        protected final org.apache.solr.common.SolrInputField f​(String name,
                                                                Object... values)
        Convenience method for building up SolrInputFields with default boost