全文检索的几个重要概念: Analyzer, tokenizer, token filter, char filter

Analyzer: The index analysis module acts as a configurable registry of Analyzers that can be used in order to both break indexed (analyzed) fields when a document is indexed and process query strings.
相关文章
相关标签/搜索