Jump to content

Hibernate search

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ayaham (talk | contribs) at 14:30, 25 September 2007 (Created page with '{{Infobox_Software | logo = Image:Hibernate.gif | name = Hibernate | developer = Red Hat | latest_release_version = 3.2.5.ga| latest_release_date ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Hibernate
Developer(s)Red Hat
Stable release
3.2.5.ga / Jul 31, 2007
Operating systemCross-platform
PlatformJava
TypeORM
LicenseLGPL
Websitewww.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 a 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.