Giter Site home page Giter Site logo

elasticsearch-in-action-upgrade's Introduction

elasticserch-in-action-upgrade

《Elasticsearch实战》批注

简介

最近购买了《Elasticsearch实战》。虽说这本书是 2018 年出版,但是该书中使用的 ElasticSearch 版本为 1.x。阅读过程中,我发现许多 API 已经发生了翻天覆地的变化。书中绝大数代码示例是无法运行在最新的 7.x ElasticSearch 中的。为了方便购买该书的读者学习使用最新版的 ElasticSearch,我将书中的代码示例调整为最新的 ElasticSearch 查询语法。

在该书中,都是使用 curl 来调用 API。对比之下,Kibana devtool 更好用一些。自从 7.0 之后,索引的类型(type)为 _doc,且不允许设置。本文档都对许多示例都做出了调整。并采用 Kibana devtool 语法。

概述

项目结构

.
├── config                  # 配置文件
├── doc                     # 文档
├── docker-compose.yml      # docker-compose 配置
└── script                  # 项目初始化脚本

elasticsearch-in-action-upgrade's People

Contributors

ziyoung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

showkingwon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.