public IndexQueueProcess( IDocumentoRepositorio documentoRepositorio, IConfiguracoesDaAplicacao configuracoesDaAplicacao, IUnidadeDeTrabalho unidadeDeTrabalho, LuceneIndexerSession indexerSession, IndexQueueProcessBatch indexQueueProcessBatch) { this.documentoRepositorio = documentoRepositorio; this.configuracoesDaAplicacao = configuracoesDaAplicacao; this.unidadeDeTrabalho = unidadeDeTrabalho; this.indexerSession = indexerSession; this.indexQueueProcessBatch = indexQueueProcessBatch; }