程序包 hust.cs.javacourse.search.index
hust.cs.javacourse.search.index包里定义了和倒排索引数据结构相关的抽象类,以及和索引构建相关的抽象类和接口.
学生需要实现这些抽象类和接口的具体子类
-
接口概要 接口 说明 FileSerializable 定义文件序列化接口 -
类概要 类 说明 AbstractDocument AbstractDocument是文档对象的抽象父类.AbstractDocumentBuilder AbstractDocumentBuilder是Document构造器的抽象父类.AbstractIndex AbstractIndex是内存中的倒排索引对象的抽象父类.AbstractIndexBuilder AbstractIndexBuilder是索引构造器的抽象父类 需要实例化一个具体子类对象完成索引构造的工作AbstractPosting AbstractPosting是Posting对象的抽象父类.AbstractPostingList AbstractPostingList是所有PostingList对象的抽象父类.AbstractTerm AbstractTerm是Term对象的抽象父类.AbstractTermTuple AbstractTermTuple是所有TermTuple对象的抽象父类.