lucene.net搜索文档(pdf,doc,txt)内容

public static void AddTxtDocument(string path, IndexWriter writer) { try { Document doc = new Document(); string StrContent; if (Path.GetExtension(path).ToLower() == ".pdf") { ...
posted on 2013-06-04 15:26  NLazyo  阅读(1494)  评论(0编辑  收藏  举报