[hibernate-commits] Hibernate SVN: r11049 - branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jan 16 13:09:35 EST 2007


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/lucene.xml
Log:
ANN-534

Modified: branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/lucene.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/lucene.xml	2007-01-16 17:33:08 UTC (rev 11048)
+++ branches/Branch_3_2/HibernateExt/metadata/doc/reference/en/modules/lucene.xml	2007-01-16 18:09:35 UTC (rev 11049)
@@ -49,7 +49,7 @@
   <section id="lucene-configuration">
     <title>Configuration</title>
 
-    <section id="lucene-configuration-directory">
+    <section id="lucene-configuration-directory" revision="1">
       <title>Directory configuration</title>
 
       <para>Apache Lucene has a notion of Directory where the index is stored.
@@ -112,7 +112,7 @@
       <constant>hibernate.search.<replaceable>indexname</replaceable>.directory_provider</constant></para>
 
       <programlisting>hibernate.search.default.directory_provider org.hibernate.search.store.FSDirectoryProvider
-hibernate.search.default.indexDir=/usr/lucene/indexes
+hibernate.search.default.indexBase=/usr/lucene/indexes
 
 hibernate.search.Rules.directory_provider org.hibernate.search.store.RAMDirectoryProvider
 </programlisting>
@@ -160,7 +160,7 @@
     </section>
   </section>
 
-  <section id="lucene-mapping" revision="1">
+  <section id="lucene-mapping" revision="2">
     <title>Mapping entities to the index structure</title>
 
     <para>All the metadata information related to indexed entities is
@@ -182,7 +182,7 @@
     <para>The <literal>index</literal> 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
-    <literal>hibernate.search.default.indexDir</literal> property in your
+    <literal>hibernate.search.default.indexBase</literal> property in your
     configuration file. Each entity instance will be represented by a Lucene
     <classname>Document</classname> inside the given index (aka
     Directory).</para>




More information about the hibernate-commits mailing list