Home > Java > javaTutorial > body text

Example introduction of springboot plus ES to achieve global retrieval

不言
Release: 2019-03-07 16:26:58
forward
4406 people have browsed it

This article brings you an example of springboot plus ES to achieve global retrieval. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

ElasticSearch is a search server based on Lucene. It provides a distributed multi-user capable full-text search engine based on a RESTful web interface. Developed in Java and released as open source under the terms of the Apache license, Elasticsearch is a popular enterprise-level search engine. Designed for use in [cloud computing], capable of real-time search, stable, reliable, fast, easy to install and use

Related dependencies:

Implementation code : Entity class (the entity class corresponding to the index)

The entity class ignores the set/get method

Interface:

Ignore service interface and implementation

Test class:

Output result:

The above is the detailed content of Example introduction of springboot plus ES to achieve global retrieval. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:cnblogs.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template