Changes between Initial Version and Version 1 of HibernateSearch
- Timestamp:
- 12/01/08 09:27:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HibernateSearch
v1 v1 1 = Hibernate Search = 2 3 author: Heikki Doeleman 4 5 This page describes GeoNetwork's usage of the Hibernate Search library. 6 [[BR]] 7 8 ---- 9 10 === Introduction === 11 12 Hibernate 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