Getting Started with Spring Data Elasticsearch
Nov 3, 2020 · 9 min read · In this article, I want to cover some basic steps on how to get an Elasticsearch node up and running and how to connect, index, and search data in Elasticsearch from a Java application using the Spring Data Elasticsearch library. I also describe some...
Join discussion