From hibernate-commits at lists.jboss.org Tue Jul 31 16:46:12 2007 Content-Type: multipart/mixed; boundary="===============1523043951908142311==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r12872 - trunk/HibernateExt/search/doc/reference/en/modules. Date: Tue, 31 Jul 2007 16:46:12 -0400 Message-ID: --===============1523043951908142311== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: epbernard Date: 2007-07-31 16:46:11 -0400 (Tue, 31 Jul 2007) New Revision: 12872 Modified: trunk/HibernateExt/search/doc/reference/en/modules/configuration.xml trunk/HibernateExt/search/doc/reference/en/modules/mapping.xml Log: minor doc fixes Modified: trunk/HibernateExt/search/doc/reference/en/modules/configuration.= 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/configuration.xml 20= 07-07-31 20:32:40 UTC (rev 12871) +++ trunk/HibernateExt/search/doc/reference/en/modules/configuration.xml 20= 07-07-31 20:46:11 UTC (rev 12872) @@ -539,26 +539,25 @@ For more information about Lucene indexing performances, please refer to the Lucene documentation. = - - - - Property + + List of indexing performance properties = - Description + + + + Property = - Default Value - - + Description = - - - - hibernate.search.[default|<indexname>].transact= ion.merge_factor - + Default Value + + = - - Controls segment merge frequency and size. + + + hibernate.search.[default|<indexname>].t= ransaction.merge_factor = + Controls segment merge frequency and size. Determines how often segment indices are merged when insertion occurs. With smaller values, less RAM is used while indexing, and searches on unoptimized indices are faster, but @@ -567,55 +566,37 @@ slower, indexing is faster. Thus larger values (> 10) are b= est for batch index creation, and smaller values (< 10) for ind= ices that are interactively maintained. The value must no be lower = than - 2. + 2. Used by Hibernate Search during index update + operations as part of database modifications. = - Used by Hibernate Search during index update operations = as - part of database modifications. - + 10 + = - 10 - + + hibernate.search.[default|<indexname>].t= ransaction.max_merge_docs = - - - hibernate.search.[default|<indexname>].transact= ion.max_merge_docs - + Defines the largest number of documents allowed i= n a + segment. Used by Hibernate Search during index up= date + operations as part of database modifications. = - - Defines the largest number of documents allowed in a - segment. + Unlimited (Integer.MAX_VALUE) + = - Used by Hibernate Search during index update operations = as - part of database modifications. - + + hibernate.search.[default|<indexname>].t= ransaction.max_buffered_docs = - Unlimited (Integer.MAX_VALUE) - - - - - hibernate.search.[default|<indexname>].transact= ion.max_buffered_docs - - - - Controls the amount of documents buffered in memory duri= ng - indexing. The bigger the more RAM is consumed. - + Controls the amount of documents buffered in memo= ry + during indexing. The bigger the more RAM is consumed. Used by Hibernate Search during index update operations = as - part of database modifications. - + part of database modifications. = - 10 - + 10 + = - - - hibernate.search.[default|<indexname>].batch.me= rge_factor - + + hibernate.search.[default|<indexname>].b= atch.merge_factor = - - Controls segment merge frequency and size. - + Controls segment merge frequency and size. Determines how often segment indices are merged when insertion occurs. With smaller values, less RAM is used while indexing, and searches on unoptimized indices are faster, but @@ -624,47 +605,34 @@ slower, indexing is faster. Thus larger values (> 10) are b= est for batch index creation, and smaller values (< 10) for ind= ices that are interactively maintained. The value must no be lower = than - 2. + 2. Used during indexing via + FullTextSession.index() = - Used during indexing via - FullTextSession.index() - + 10 + = - 10 - + + hibernate.search.[default|<indexname>].b= atch.max_merge_docs = - - - hibernate.search.[default|<indexname>].batch.ma= x_merge_docs - + Defines the largest number of documents allowed i= n a + segment. Used during indexing via + FullTextSession.index() = - - Defines the largest number of documents allowed in a - segment. + Unlimited (Integer.MAX_VALUE) + = - Used during indexing via - FullTextSession.index() - + + hibernate.search.[default|<indexname>].b= atch.max_buffered_docs = - Unlimited (Integer.MAX_VALUE) - - - - - hibernate.search.[default|<indexname>].batch.ma= x_buffered_docs - - - - Controls the amount of documents buffered in memory duri= ng - indexing. The bigger the more RAM is consumed. - + Controls the amount of documents buffered in memo= ry + during indexing. The bigger the more RAM is consumed. Used during indexing via - FullTextSession.index() - + FullTextSession.index() = - 10 - - - + 10 + + + +
\ No newline at end of file Modified: trunk/HibernateExt/search/doc/reference/en/modules/mapping.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/mapping.xml 2007-07-= 31 20:32:40 UTC (rev 12871) +++ trunk/HibernateExt/search/doc/reference/en/modules/mapping.xml 2007-07-= 31 20:46:11 UTC (rev 12872) @@ -123,7 +123,7 @@ =
- mapping a property multiple time + mapping a property multiple times = It is sometimes needed to map a proeprty multiple times per in= dex, with slightly different indexing strategies. Especially, sorting a q= uery @@ -158,7 +158,7 @@ = - bridge" defines a @FieldBridge annotation per field rather + bridge: defines a @FieldBridge annotation per field rather than per property --===============1523043951908142311==--