# Whitespace Analyzer（空格分析器）

这个分析器基于空格字符来分离所提供的值.

## **定义**

它包括：

Tokenizer(分词器)

* [Whitespace Tokenizer](https://www.elastic.co/guide/en/elasticsearch/reference/5.2/analysis-whitespace-tokenizer.html) 空格分词器

## **输出实例**

```
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 不可配置。 <a href="#id-kong-bai-fen-xi-qi-whitespaceanalyzer-bu-ke-pei-zhi" id="id-kong-bai-fen-xi-qi-whitespaceanalyzer-bu-ke-pei-zhi"></a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xiaoxiami.gitbook.io/elasticsearch/ji-chu/33-analysisfen-679029/333analyzersfen-xi-566829/whitespace-analyzerff08-kong-bai-fen-xi-qi-ff09.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
