Hibernate Search
Home PageCategories: Miscellaneous
Author: JBoss
Latest version: 3.0.1 GA
Added 2008-04-08
Hibernate integration with Lucene for indexing and querying data.
Hibernate Search brings the power of full text search engines to the persistence domain model and Hibernate experience, through transparent configuration (Hibernate Annotations) and a common API.
Features include:
- takes care of the object/index translation
- manages the index, keeps changes synchronized with your database, and optimizes the index access transparently
- lets you query the index and retrieve managed objects as any regular Hibernate query would do
- uses Apache Lucene internally, and always provides the ability to fallback to the native Lucene APIs
- works well in non-clustered and clustered mode, provides synchronous index updates and asynchronous index updates, letting you choose between response time, throughput and index update
- works with all traditional Hibernate patterns, especially the long (atomic) conversation pattern used by JBoss Seam
Built for Java |
Library |
Free or free version available |
Source code provided |