> For the complete documentation index, see [llms.txt](https://wiki.clay-wangzhi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.clay-wangzhi.com/9-elasticsearch.md).

# 9 Elasticsearch

- [9.1 概述](https://wiki.clay-wangzhi.com/9-elasticsearch/9.1-gai-shu.md)
- [9.1.1 Elasticsearch 简介及其发展历史](https://wiki.clay-wangzhi.com/9-elasticsearch/9.1-gai-shu/9.1.1-elasticsearch-jian-jie-ji-qi-fa-zhan-li-shi.md)
- [9.1.2 Elastic Stack 家族成员及其应用场景](https://wiki.clay-wangzhi.com/9-elasticsearch/9.1-gai-shu/9.1.2-elastic-stack-jia-zu-cheng-yuan-ji-qi-ying-yong-chang-jing.md)
- [9.2 安装上手](https://wiki.clay-wangzhi.com/9-elasticsearch/9.2-an-zhuang-shang-shou.md)
- [9.2.1 Elasticsearch的安装和简单配置](https://wiki.clay-wangzhi.com/9-elasticsearch/9.2-an-zhuang-shang-shou/9.2.1-elasticsearch-de-an-zhuang-he-jian-dan-pei-zhi.md)
- [9.2.2 Kibana的安装和界面快速浏览](https://wiki.clay-wangzhi.com/9-elasticsearch/9.2-an-zhuang-shang-shou/9.2.2-kibana-de-an-zhuang-he-jie-mian-kuai-su-liu-lan.md)
- [9.2.3 在Docker容器中运行Elasticsearch，Kibana和Cerebro](https://wiki.clay-wangzhi.com/9-elasticsearch/9.2-an-zhuang-shang-shou/9.2.3-zai-docker-rong-qi-zhong-yun-hang-elasticsearchkibana-he-cerebro.md)
- [9.3 Elasticsearch入门](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men.md)
- [9.3.1 基本概念](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.1-ji-ben-gai-nian.md)
- [9.3.2 文档的基本操作CRUP与批量操作](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.2-wen-dang-de-ji-ben-cao-zuo-crup-yu-pi-liang-cao-zuo.md)
- [9.3.3 倒排索引入门](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.3-dao-pai-suo-yin-ru-men.md)
- [9.3.4 通过分析器进行分词](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.4-tong-guo-fen-xi-qi-jin-hang-fen-ci.md)
- [9.3.5 Search API概览](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.5-search-api-gai-lan.md)
- [9.3.6 URI Search详解](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.6-uri-search-xiang-jie.md)
- [9.3.7 Request Body和Query DSL简介](https://wiki.clay-wangzhi.com/9-elasticsearch/9.3-elasticsearch-ru-men/9.3.7-request-body-he-query-dsl-jian-jie.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.clay-wangzhi.com/9-elasticsearch.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
