原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/analysis-tokenfilters.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/analysis-tokenfilters.html
本地英文版地址: ../en/analysis-tokenfilters.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
Token filter referenceedit
Token filters accept a stream of tokens from a tokenizer and can modify tokens (eg lowercasing), delete tokens (eg remove stopwords) or add tokens (eg synonyms).
Elasticsearch has a number of built-in token filters you can use to build custom analyzers.