Changes between Initial Version and Version 1 of HibernateSearch


Ignore:
Timestamp:
Dec 1, 2008, 9:27:29 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HibernateSearch

    v1 v1  
     1= Hibernate Search =
     2
     3author: Heikki Doeleman
     4
     5This page describes GeoNetwork's usage of the Hibernate Search library.
     6[[BR]]
     7
     8----
     9
     10=== Introduction ===
     11
     12Hibernate Search is a library that combines the strengths of full text search using [http://lucene.apache.org/java/docs/ Lucene] with [http://www.hibernate.org/ Hibernate]'s O/R mapping capabilities. Queries in Hibernate Search are expressed as Lucene queries.
     13
     14----
     15
     16