From seam-commits at lists.jboss.org Wed Jan 30 13:37:56 2008 Content-Type: multipart/mixed; boundary="===============3502201655430304646==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r7312 - branches/Seam_2_0/doc/reference/en/modules. Date: Wed, 30 Jan 2008 13:37:56 -0500 Message-ID: --===============3502201655430304646== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dan.j.allen Date: 2008-01-30 13:37:56 -0500 (Wed, 30 Jan 2008) New Revision: 7312 Modified: branches/Seam_2_0/doc/reference/en/modules/hsearch.xml Log: The introduction paragraph to Hibernate Search was truly horrible and neede= d to be rearranged at the very minimum. Modified: branches/Seam_2_0/doc/reference/en/modules/hsearch.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/Seam_2_0/doc/reference/en/modules/hsearch.xml 2008-01-30 18:37= :23 UTC (rev 7311) +++ branches/Seam_2_0/doc/reference/en/modules/hsearch.xml 2008-01-30 18:37= :56 UTC (rev 7312) @@ -5,23 +5,26 @@
Introduction = - Full text search engines like Apache Lucene=E2=84=A2 are a very = powerful - technology to bring free text/efficient queries to applications. If - suffers several mismatches when dealing with an object domain model - (keeping the index up to date, mismatch between the index structure and - the domain model, querying mismatch...) Hibernate Search indexes your - domain model thanks to a few annotations, takes care of the database / - index synchronization and brings you back regular managed objects from - free text queries. Hibernate Search is using Apache Lucene under the - cover. + Full text search engines like Apache Lucene=E2=84=A2 are a very pow= erful + technology that bring full text and efficient queries to applications. + Hibernate Search, which uses Apache Lucene under the covers, indexes your + domain model with the addition of a few annotations, takes care of the + database / index synchronization and returns regular managed objects that + are matched by full text queries. Keep in mind, thought, that there are + mismatches that arise when dealing with an object domain model over a text + index (keeping the index up to date, mismatch between the index structure + and the domain model, and querying mismatch). But the benefits of speed + and efficiency far outweigh these limitations. = Hibernate Search has been designed to integrates nicely and as naturally as possible with JPA and Hibernate. As a natural extension, JBoss Seam provides an Hibernate Search integration. = - Please refer to the Hibernate Search - documentation for information specific to the Hibernate Search - project. + Please refer to the Hibernate + Search documentation for information specific to the Hibernate + Search project. +
=
@@ -209,4 +212,4 @@ Check the DVDStore or the blog examples of the JBoss Seam distribution for a concrete use of Hibernate Search.
- \ No newline at end of file + --===============3502201655430304646==--