From hibernate-commits at lists.jboss.org Tue Jan 16 13:09:35 2007 Content-Type: multipart/mixed; boundary="===============7370297465029651811==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r11049 - branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules. Date: Tue, 16 Jan 2007 13:09:35 -0500 Message-ID: --===============7370297465029651811== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: epbernard Date: 2007-01-16 13:09:35 -0500 (Tue, 16 Jan 2007) New Revision: 11049 Modified: branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/lucen= e.xml Log: ANN-534 Modified: branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/module= s/lucene.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/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/luce= ne.xml 2007-01-16 17:33:08 UTC (rev 11048) +++ branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/luce= ne.xml 2007-01-16 18:09:35 UTC (rev 11049) @@ -49,7 +49,7 @@
Configuration = -
+
Directory configuration = Apache Lucene has a notion of Directory where the index is sto= red. @@ -112,7 +112,7 @@ hibernate.search.indexname.dire= ctory_provider = hibernate.search.default.directory_provider org.hibe= rnate.search.store.FSDirectoryProvider -hibernate.search.default.indexDir=3D/usr/lucene/indexes +hibernate.search.default.indexBase=3D/usr/lucene/indexes = hibernate.search.Rules.directory_provider org.hibernate.search.store.RAMDi= rectoryProvider @@ -160,7 +160,7 @@
= -
+
Mapping entities to the index structure = All the metadata information related to indexed entities is @@ -182,7 +182,7 @@ The index attribute tells Hibernate what the Lucene directory name is (usually a directory on your file system). If= you wish to define a base directory for all Lucene indexes, you can use the - hibernate.search.default.indexDir property in your + hibernate.search.default.indexBase property in your configuration file. Each entity instance will be represented by a Luce= ne Document inside the given index (aka Directory). --===============7370297465029651811==--