Exemplo n.º 1
0
 public void Setup()
 {
     _util        = new WatchUtility();
     _indexEngine = new LuceneIndexEngine(Path.Combine(_util.WorkingDirectory, "lucene-index"));
     _indexEngine.Initialize();
     _taskProcessor = new IndexingTaskProcessor(_indexEngine);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _util        = new FileSystemUtility();
     _indexEngine = new LuceneIndexEngine(Path.Combine(_util.WorkingDirectory, "lucene-index"));
     _indexEngine.Initialize();
 }