https://github.com/techprimers/spring-data-elastic-example-4
Spring Data Elastic Search with Delete Index
https://github.com/techprimers/spring-data-elastic-example-4
spring-boot spring-data-elasticsearch spring-jpa
Last synced: over 1 year ago
JSON representation
Spring Data Elastic Search with Delete Index
- Host: GitHub
- URL: https://github.com/techprimers/spring-data-elastic-example-4
- Owner: TechPrimers
- Created: 2017-04-17T15:11:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T15:12:37.000Z (over 9 years ago)
- Last Synced: 2025-03-28T22:51:13.859Z (over 1 year ago)
- Topics: spring-boot, spring-data-elasticsearch, spring-jpa
- Language: Shell
- Homepage: https://youtu.be/Z6yDwWyBhfI
- Size: 50.8 KB
- Stars: 5
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Data Elastic Search Example
This project depicts the Elastic Search functionality with Spring Data Elastic Search Example.
## Description
This Project loads the list of Users into Elastic and Searches.
Using the following endpoints, different operations can be achieved:
- `/rest/search/{name}` - This returns the list of Users for a name.
- `/rest/search/{salary}` - This returns the list of Users for the matching salary.
- `/rest/search/all` - This returns all Users.
- `/rest/search/delete` - delete the index - Users.
## Libraries used
- Spring Boot
- Spring REST Controller
- Spring Data Elastic Search
## Git 2.10.0
- IntelliJ IDEA 2016.2.4
## Compilation Command
- `mvn clean install` - Plain maven clean and install