2017年8月20日

Lucene的步骤

摘要: // 1. 采集数据 BookDao bookDao = new BookDaoImpl(); List<Book> bookList = bookDao.queryBookList(); // 2. 创建Document文档对象 List<Document> documents = new Arr 阅读全文
posted @ 2017-08-20 15:49 songyinan 阅读(166) 评论(0) 推荐(0)