@Service(value="taskExecutor#indexing")
public class ArchivaIndexingTaskExecutor
extends Object
implements org.apache.archiva.redback.components.taskqueue.execution.TaskExecutor
ArchivaIndexingTaskExecutor Executes all indexing tasks. Adding, updating and removing artifacts from the index are
all performed by this executor. Add and update artifact in index tasks are added in the indexing task queue by the
NexusIndexerConsumer while remove artifact from index tasks are added by the LuceneCleanupRemoveIndexedConsumer.