索引

A B C D E F G H I L M N O P R S T V W 
所有类 所有程序包

I

IGNORE_CASE - 类 中的静态变量hust.cs.javacourse.search.util.Config
构建索引和检索时是否忽略单词大小写
index - 类 中的变量hust.cs.javacourse.search.query.AbstractIndexSearcher
内存中的索引,子类对象被初始化时为空
Index - hust.cs.javacourse.search.index.impl中的类
AbstractIndex的具体实现类 一个倒排索引对象包含了一个文档集合的倒排索引.
Index() - 类 的构造器hust.cs.javacourse.search.index.impl.Index
 
INDEX_DIR - 类 中的静态变量hust.cs.javacourse.search.util.Config
索引文件的目录,以相对路径指定索引文件目录,将索引文件保存在当前工程目录下的index子目录中.
IndexBuilder - hust.cs.javacourse.search.index.impl中的类
索引构造器
IndexBuilder(AbstractDocumentBuilder) - 类 的构造器hust.cs.javacourse.search.index.impl.IndexBuilder
 
indexOf(int) - 类 中的方法hust.cs.javacourse.search.index.AbstractPostingList
返回指定文档id的Posting对象的下标
indexOf(int) - 类 中的方法hust.cs.javacourse.search.index.impl.PostingList
返回指定文档id的Posting对象的下标
indexOf(AbstractPosting) - 类 中的方法hust.cs.javacourse.search.index.AbstractPostingList
返回指定Posting对象的下标
indexOf(AbstractPosting) - 类 中的方法hust.cs.javacourse.search.index.impl.PostingList
返回指定Posting对象的下标
IndexSearcher - hust.cs.javacourse.search.query.impl中的类
根据检索词检索文档
IndexSearcher() - 类 的构造器hust.cs.javacourse.search.query.impl.IndexSearcher
 
input - 类 中的变量hust.cs.javacourse.search.parse.AbstractTermTupleFilter
Filter的输入,类型为AbstractTermTupleStream
input - 类 中的变量hust.cs.javacourse.search.parse.AbstractTermTupleScanner
input作为输入流对象,读取文本文件得到一个个三元组TermTuple
isEmpty() - 类 中的方法hust.cs.javacourse.search.index.AbstractPostingList
PostingList是否为空
isEmpty() - 类 中的方法hust.cs.javacourse.search.index.impl.PostingList
PostingList是否为空
A B C D E F G H I L M N O P R S T V W 
所有类 所有程序包