Last updated 5 years ago
Was this helpful?
这个分析器基于空格字符来分离所提供的值.
它包括:
Tokenizer(分词器)
空格分词器
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. ]