Giter Club home page Giter Club logo

spring-boot-elasticsearch's Introduction

SpringBoot+ spring-data-elasticsearch + elasticsearch

通过三种方式操作elasticsearch

  • 原生的TransportClient方式,还有一种是NodeClient形式,本章节不涉及,具体区别可网络检索下。 CommandOnStart启动后即加载的类中有涉及
  • BlackGreyDataRepository方式,集成度较高,基本满足需要,包括索引的CRUD。BlackGreyDataService有涉及
  • ElasticsearchTemplate方式,方法众多,比较灵活。IndexerService中有采用bulk的方式来批量操作索引
  • RestClient客户端,es 5+版本后提供的java client。spring data elasticsearch目前尚不支持es 5+

··· TODO :  完善搜索相关功能:汉字搜索,拼音(全拼,首拼)搜索,近义词搜索,自动纠错 ···

项目构建基于profiles完完成了多环境的切换。

获取更多内容,请关注公众号

image

spring-boot-elasticsearch's People

Contributors

maventalker avatar

Watchers

James Cloos avatar 晚晴 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.