Search code examples
hibernatejpaeclipselink

Hibernate Search with Eclipse Link


Does anyone know if I can use Hibernate Search with Eclipse Link? Or do I have to use Hibernate as my JPA provider?


Solution

  • Hibernate search can't be used with another JPA provider... sorry

    You have 2 options :

    • switch to Hibernate as your JPA provider

    • use EclipseLink with Solr (and SolrJ java API)