forked from hibernate/hibernate-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Hibernate Search: full-text search for domain model
lalmeras/hibernate-search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hibernate Search ================================================== Version: 4.1.0-SNAPSHOT Description ----------- Full text search engines like Apache Lucene(tm) are a very powerful technology to bring free text/efficient queries to applications. It suffers several mismatches when dealing with a object domain model (keeping the index up to date, mismatch between the index structure and the domain model, ...) Hibernate Search indexes your domain model thanks to a few annotations, takes care of the index synchronization, brings you back managed objects from free text queries. Hibernate Search is using Apache Lucene(tm) under the cover. This version of Hibernate Search requires: - Hibernate Core 4.0 and above - Apache Lucene 3.5 Instructions ------------ Unzip to installation directory and read the documentation available in docs/reference Contact ------------ Latest Documentation: http://search.hibernate.org Bug Reports: Hibernate JIRA (preferred): https://hibernate.onjira.com/browse/HSEARCH [email protected] Free Technical Support: http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9) Notes ----------- If you want to contribute, read http://community.jboss.org/wiki/ContributingtoHibernateSearch This software and its documentation are distributed under the terms of the FSF Lesser Gnu Public License (see lgpl.txt).
About
Hibernate Search: full-text search for domain model
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 99.9%
- Shell 0.1%