ISearchEngine searchEngine = new SearchEngine(indexPath); IEnumerable<Document> docs = ResumeIndexDocument.Convert(list); searchEngine.Insert(docs); 通过以上代码添加索引没有问题,但是我想持续增加索引,使用上面代码时,之前创建 的索引会被情况
这个问题要看具体代码。