How to integrate solr or elasticsearch with JPA? How to integrate solr or elasticsearch with JPA? elasticsearch elasticsearch

How to integrate solr or elasticsearch with JPA?


One option is using Hibernate & Hibernate search while connecting Hibernate search to Solr.
You can get a brief overview here: Combining the power of Hibernate Search and Solr
It will require some work, but not too much (1-2 days of work should be enough).
Let me know if you need more details.