Posts

Showing posts from April, 2020

Spring Boot with Elastic Search

Image
Spring Boot With Elastic Search Elastic Search setup Installation The latest version can be downloaded from the following link: https://www.elastic.co/downloads/elasticsearch The server can be started by executing the elasticsearch.bat (for windows). Access http://localhost:9200 and you should get an output similar to this: { "cluster_name" : "elasticsearch", "cluster_uuid" : "LPD9wz2cSqOrzB9hUYCfGA", "version" : { "number" : "7.6.2", "build_flavor" : "default", "build_type" : "zip", "build_hash" : "ef48eb35cf30adf4db14086e8aabd07ef6fb113f", "build_date" : "2020-03-26T06:34:37.794943Z", "build_snapshot" : false, "lucene_version" : "8.4.0", "minimum_wire_compatibility_version" : "6.8.0", "minimum_index_compatibility_version" : "6.0.0