elasticsearch

Posted zhenzi0322

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch相关的知识,希望对你有一定的参考价值。

安装

官网下载

创建索引

创建一个blog索引(没有结构的)

put http://localhost:9200/blog

返回值

{
    "acknowledged": true,
    "shards_acknowledged": true,
    "index": "blog"
}

以上是关于elasticsearch的主要内容,如果未能解决你的问题,请参考以下文章