GithubHelp home page GithubHelp logo

springboot-elasticsearch's Introduction

Elasticsearch 入门教程

此项目是我看完下面几篇文章之后写的 Elasticsearch 测试案例。

百度百科:https://baike.baidu.com/item/elasticsearch/3411206?fr=aladdin

        ElasticSearch 是一个基于 Lucene 的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于 RESTful web 接口。Elasticsearch 是用Java开发的,并作为 Apache 许可条款下的开放源码发布,是当前流行的企业级搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。

        我们建立一个网站或应用程序,并要添加搜索功能,但是想要完成搜索工作的创建是非常困难的。我们希望搜索解决方案要运行速度快,我们希望能有一个零配置和一个完全免费的搜索模式,我们希望能够简单地使用 JSON 通过 HTTP 来索引数据,我们希望我们的搜索服务器始终可用,我们希望能够从一台开始并扩展到数百台,我们要实时搜索,我们要简单的多租户,我们希望建立一个云的解决方案。因此我们利用 Elasticsearch 来解决所有这些问题及可能出现的更多其它问题。

全文搜索引擎 Elasticsearch 入门教程

请前往:http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html 建议先看这篇文章

Elasticsearch学习,请先看这一篇

请前往:https://blog.csdn.net/makang110/article/details/80596017

Elasticsearch环境搭建和介绍(Windows)

请前往:https://blog.csdn.net/chen_2890/article/details/83757022 Linux的搭建请自行百度

上文中使用的版本:

我测试使用下面的版本,注意版本全部保持一致:

Elasticsearch的使用场景深入详解

请前往:https://blog.csdn.net/laoyang360/article/details/52227541

SpringBoot整合Elasticsearch

请前往:https://blog.csdn.net/chen_2890/article/details/83895646

测试案例源码:https://github.com/MRLEILOVE/springboot-elasticsearch.git

相关链接

springboot-elasticsearch's People

Contributors

mrleilove avatar

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.