0
votes

I want to use elastic search in my project, But I'm a bit confused about using elastic search.

  1. Should I use spring-data-elasticsearch or Elastic search.?
  2. If I'm using spring-data- elasticsearch, then is it required to install elastic search on local.?
  3. I have build a demo spring boot project, But whenever, I want to run, it gives me an error that elasticSearch template is not available.

PS: I'm seeking answers for guidance. Thanks!

1

1 Answers

0
votes

I suggest using the new Java high level REST client, that's the newest and best way to use java and elasticsearch together.