↧
Hibernate Search – Getting Started
Once your dynamic site has gone bigger, data in relational database has grown, there is always a need for searching the contents. SQL queries with like ‘%…%’ are useful. But to do multiple columns /...
View ArticleIntegrating hibernate search with a Spring and JPA Application
In this post we will talk about how to integrate hibernate Search into your existing Spring, JPA and Hibernate application and some of the challenges we faced. We have a web application using...
View Article