摘要:
《Lucene in Action》第二版中对MoreLikeThis 介绍的例子,搜索类似的书籍,代码如下,供大家学习参考:public class BooksMoreLikeThis {public static void main(String[] args) throws Throwable {String indexDir = System.getProperty("index.dir");FSDirectory directory = FSDirectory.open(new File(indexDir));IndexReader reader = IndexR 阅读全文
posted @ 2011-12-07 10:56
爱开卷360
阅读(1751)
评论(0)
推荐(0)

浙公网安备 33010602011771号