> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/iv.-spring-boot-features/30.-working-with-nosql-technologies/30.6-elasticsearch.md).

# 30.6 Elasticsearch

[Elastic Search](http://www.elasticsearch.org/)是一个开源的、分布式的、实时搜索和分析引擎。Spring Boot为Elasticsearch提供基本的自动配置。[Spring Data Elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch)提供在它之上的抽象。还有用于收集依赖的`spring-boot-starter-data-elasticsearch`“Starter”。Spring Boot也支持[Jest](https://github.com/searchbox-io/Jest)。
