Package org.apache.solr.update.processor
package org.apache.solr.update.processor
Mock classes for testing Update Processor chains.
-
ClassesClassDescriptionThis Factory can optionally save references to the commands it receives in BlockingQueues that tests can poll from to observe that the expected commands are executed.This Factory is similar to
RecordingUpdateProcessorFactory, but with the goal of tracking requests across multiple collections/shards/replicas in aSolrCloudTestCase.