[lucene] concept

2020-03-05  本文已影响0人  cdz620

the core of indexing classes

image

IndexWriter

管理index 的documents,包括adds, removes, or updates documents

Directory

Analyzer

接收document解析,确定需要index的内容,产生stream token。

Document

Fields

the core searching classes

IndexSearcher

用户搜索类,提供搜索方法

Term

Query

查询类,根据不同的查询类型有不同的查询方法:TermQuery,BooleanQuery, PhraseQuery, PrefixQuery, PhrasePrefixQuery, TermRangeQuery, NumericRangeQuery, FilteredQuery, and SpanQuery

TopDocs

指针容器,保存搜索结果的top N 条记录。

上一篇下一篇

猜你喜欢

热点阅读