摘要:
在使用Lucene前,我们先大致熟悉下Lucene的几个核心类。 核心索引类: public class IndexWriter 索引过程的中心组件,把它想象成一个可以对索引进行写操作的对象。 public abstract class Directry Directory代表索引所在的位置,该抽象 阅读全文
posted @ 2016-06-08 16:59 和风细雨汪汪 阅读(556) 评论(0) 推荐(0)
|
摘要:
在使用Lucene前,我们先大致熟悉下Lucene的几个核心类。 核心索引类: public class IndexWriter 索引过程的中心组件,把它想象成一个可以对索引进行写操作的对象。 public abstract class Directry Directory代表索引所在的位置,该抽象 阅读全文
posted @ 2016-06-08 16:59 和风细雨汪汪 阅读(556) 评论(0) 推荐(0) |
||