
lucene
zmken497300
为需求而生,喜欢学习新技术
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Lucene-使用
import java.util.ArrayList; import java.util.List;import org.apache.lucene.document.Document; import org.apache.lucene.index.IndexWriter; import org.apache.lucene.index.Term; import org.apache.lucene.i原创 2016-10-14 12:10:32 · 492 阅读 · 0 评论 -
Lucene-IKAnalyzer使用
import java.io.IOException; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; import org.apache.lucene.index.CorruptIndexException; import org.apache.lucene.index.Ind原创 2016-10-14 15:16:50 · 3262 阅读 · 0 评论