1

I am using Hibernate search with hibernate 4 with MYSQL database spring MVC application .It is evident that elastic search is a high performance search engine but the cost of indexing on RDMS such as MYSQL is a concern.I would like to know if elastic search is suitable for Relational Database or I should stick to Hibernate search?

1 Answers1

1

The good news is that Hibernate search is starting to support elasticsearch.

An example here: https://github.com/dadoonet/hsearch-es-demo/tree/02-hibernatesearch?files=1

dadoonet
  • 14,109
  • 3
  • 42
  • 49