Whitespace Analyzer

whitespace Analyzer每当遇到 whitespace 字符时将文本分解成术语。

定义

它包含:

分词器

实例输出

POST _analyze
{
  "analyzer": "whitespace",
  "text": "The 2 QUICK Brown-Foxes jumped over the lazy dog's bone."
}

输出如下

[ The, 2, QUICK, Brown-Foxes, jumped, over, the, lazy, dog's, bone. ]

配置

whitespace Analyzer 不可配置