Changes between Version 6 and Version 7 of HibernateSearch


Ignore:
Timestamp:
Dec 1, 2008, 10:12:30 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HibernateSearch

    v6 v7  
    1010=== Introduction ===
    1111
    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.
     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 wrappers around Lucene queries.
    1313
    1414----