solr « Search « JPA Q&A





1. Solr vs Hibernate Search - Which to choose and When?    stackoverflow.com

We are building an ecommerce application. We are using JAVA stack with Hibernate and Spring Framework. As with all ecommerce application, we need to build search capability into ours. So, we came ...

2. Hibernate Search In Action Apache Lucene & SOLR    coderanch.com

Chandra, I'll answer your questions in reverse order. 3. This is exactly what Hibernate Search does. It uses Lucene as its engine but abstracts all the low level work you must do when using Lucene alone. In addition we provide clustered searching out of the box with some simple configuration options. We also solve the 'pessimistic lock' update problem of Lucene. ...