Jump to content

Hibernate search

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 130.83.161.41 (talk) at 13:00, 5 December 2008 (what the a?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Hibernate Search
Developer(s)Red Hat
Stable release
3.0.0.GA / September 9, 2007 (2007-09-09)
Operating systemCross-platform
PlatformJava
TypeObject-relational mapping
LicenseGNU Lesser General Public License
Websitehttp://search.hibernate.org/

Hibernate Search is an object-index solution for full text search engines: it provides an easy to use framework for mapping an object-oriented domain model to the indexes created by a traditional Search oriented architecture. Its purpose is to relieve the developer from a significant amount of index generation and related programming tasks.

Hibernate is free as open source software that is distributed under the GNU Lesser General Public License.


See also