Package org.apache.solr.update.processor
Mock classes for testing Update Processor chains.
-
Class Summary Class Description BufferingRequestProcessor RecordingUpdateProcessorFactory This 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.TrackingUpdateProcessorFactory This Factory is similar toRecordingUpdateProcessorFactory
, but with the goal of tracking requests across multiple collections/shards/replicas in aSolrCloudTestCase
.UpdateProcessorTestBase