Hibernate search: Difference between revisions

Content deleted Content added
Ayaham (talk | contribs)
Created page with '{{Infobox_Software | logo = Image:Hibernate.gif | name = Hibernate | developer = Red Hat | latest_release_version = 3.2.5.ga| latest_release_date ...'
 
m Bot: Fixing double redirect to Hibernate (framework)
 
(24 intermediate revisions by 13 users not shown)
Line 1:
#REDIRECT [[Hibernate (framework)]]
{{Infobox_Software |
logo = [[Image:Hibernate.gif]] |
name = Hibernate |
developer = [[Red Hat]] |
latest_release_version = 3.2.5.ga|
latest_release_date = [[Jul 31]], [[2007]] |
operating_system = [[Cross-platform]] |
platform = [[Java platform|Java]] |
genre = [[Object-relational mapping|ORM]] |
license = [[GNU Lesser General Public License|LGPL]] |
website = [http://www.hibernate.org/ www.hibernate.org]
}}
 
'''Hibernate Search''' is an [[object-index]] solution for full text search engines: it provides an easy to use [[Software framework|framework]] for mapping an [[Object-oriented programming|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 software|free]] as [[open source software|open source]] software that is distributed under the [[GNU Lesser General Public License]].