コード例 #1
0
 public SolrArticleIndexer(IndexerArticle indexer, IndexArticleDocumentCreator indexDocumentCreator, IErrorService errorService, IArticleFetcher articleFetcher)
 {
     _indexer = indexer;
     _indexDocumentCreator = indexDocumentCreator;
     _errorService         = errorService;
     _articleFether        = articleFetcher;
 }
 public SolrIndexArticleDocumentCreator(IArticleFetcher articleFetcher)
 {
     _articleFether = articleFetcher;
 }