上QQ阅读APP看书,第一时间看更新
第2章 文档索引及管理
“Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases.As the heart of the Elastic Stack, it centrally stores your data so you can discover the expected and uncover the unexpected.”——https://www.elastic.co/products/elasticsearch.
在Elasticsearch中,对文档进行索引等操作时,既可以通过RESTful接口进行操作,也可以通过Java客户端进行操作。本章介绍基于RESTful的文档索引与管理方法,面向Java客户端的编程方法参见本书第4章。