Search code examples
lucenefull-text-searcheclipselinkjava-ee-6hibernate-search

HibernateSearch like mechanism for EclipseLink


I have nice aplication in JEE6 and I use EclipseLink as JPA provider. But .. I need to implement fulltext search on some fields with huge amount of data. I don't think database internal mechanisms would be enough. I've searched a bit about posibilities, and HibernateSearch looks like promising solution, but I don't want to migrate to Hibernate as I'm happy with EclipseLink. I found Compass project but it is no longer fully supported.

Question is: do you guys have some good idea how to solve this puzzle? What would you use to implement fulltext search for EclipseLink? Would you use Lucene directly?


Solution

  • I used Solr. Hope it will help someone.