# Keyword Analyzer（关键词分析器）

`keyword` analyze(关键词分析器)是一个“noop”分析器，它将整个输入字符串作为单个令牌返回。

## 定义

它包括

Tokenizer(分词器)

* [Keyword Tokenizer](https://www.elastic.co/guide/en/elasticsearch/reference/5.2/analysis-keyword-tokenizer.html)

## 实例输出

```
POST _analyze
{
  "analyzer": "keyword",
  "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. ]
```

## 配置

`keyword` analyze(关键字分析器) 不用配置


---

# 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/keyword-analyzerff08-guan-jian-ci-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.
