
Hibernate Search
Hibernate Search
Hibernate Search comprises of very sophisticated searching quality of Lucene, with the object relational mapping framework of Hibernate. It offers full text search support, with this it search words with text, and display most relevant search results.
Benefits of Hibernate search
Hibernate is much better then plain JDBC,, hibernate maps the domain object with the relational database, it helps to reduce the time which is wasted during the management of database, this is layered architecture and it can be used as per need of application, Hibernate is an standard ORM solution with this it also support JPA.
Version worked on
- 4.4.2
- 4.3.0