Lucene 实战教程第十四章使用 MultiReader 实现多索引的搜索合并搜索
herman 6年前 (2018-12-13) 3257浏览
在使用 Lucene 的过程中,我们需要通过 FSDirectory.open(Paths.get("D:\\xttblog")); 之类的得到 lucene 的索引目录。然后再得到 IndexWriter,或者通过 Dire...
herman 6年前 (2018-12-13) 3257浏览
在使用 Lucene 的过程中,我们需要通过 FSDirectory.open(Paths.get("D:\\xttblog")); 之类的得到 lucene 的索引目录。然后再得到 IndexWriter,或者通过 Dire...