From hibernate-commits at lists.jboss.org Tue Jul 24 05:42:24 2007 Content-Type: multipart/mixed; boundary="===============4612928531849701632==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r12800 - trunk/HibernateExt/search/doc/reference/en/modules. Date: Tue, 24 Jul 2007 05:42:24 -0400 Message-ID: --===============4612928531849701632== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: hardy.ferentschik Date: 2007-07-24 05:42:24 -0400 (Tue, 24 Jul 2007) New Revision: 12800 Modified: trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml Log: HSEARCH-67. Updated documentation adding the new Lucene indexing parameters. Added $Id:$ for keyword substitution. Modified: trunk/HibernateExt/search/doc/reference/en/modules/architecture.x= ml =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 --- trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml 200= 7-07-24 09:42:02 UTC (rev 12799) +++ trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml 200= 7-07-24 09:42:24 UTC (rev 12800) @@ -1,4 +1,5 @@ + Architecture = Property changes on: trunk/HibernateExt/search/doc/reference/en/modules/arc= hitecture.xml ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision + Id Modified: trunk/HibernateExt/search/doc/reference/en/modules/batchindex.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 --- trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml 2007-= 07-24 09:42:02 UTC (rev 12799) +++ trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml 2007-= 07-24 09:42:24 UTC (rev 12800) @@ -1,4 +1,5 @@ + Indexing = @@ -34,6 +35,12 @@ also applied on regular transparent indexing (and not only when session.index() is used). That's why a sensitive batch_size value is expected. + = + Other parameters which also can effect indexing time and memory consumpt= ion are = + hibernate.search.[default|<indexname>].merge_factor, hibernate.search.[default|<indexname>].max_merge_docs<= /literal> + and hibernate.search.[default|<indexname>].max_buffered_d= ocs. These parameters are Lucene = + specific and Hibernate Search is just passing these paramters through - = see = + for more details. = Here is an especially efficient way to index a given class (useful= for index (re)initialization): Property changes on: trunk/HibernateExt/search/doc/reference/en/modules/bat= chindex.xml ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision + Id --===============4612928531849701632==--