[Yanel-commits] rev 38734 - public/yanel/trunk/src/realms/yanel-website/content

simon at wyona.com simon at wyona.com
Thu Sep 18 22:35:42 CEST 2008


Author: simon
Date: 2008-09-18 22:35:41 +0200 (Thu, 18 Sep 2008)
New Revision: 38734

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/858861d0-8592-11dd-ad8b-0800200c9a66
Log:
more documentation added

Modified: public/yanel/trunk/src/realms/yanel-website/content/858861d0-8592-11dd-ad8b-0800200c9a66
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/858861d0-8592-11dd-ad8b-0800200c9a66	2008-09-18 20:34:23 UTC (rev 38733)
+++ public/yanel/trunk/src/realms/yanel-website/content/858861d0-8592-11dd-ad8b-0800200c9a66	2008-09-18 20:35:41 UTC (rev 38734)
@@ -21,7 +21,7 @@
         <tr>
           <th>Element Name (namespace)</th>
           <th>Child-Element</th>
-          <th>Attribut</th>
+          <th>Attribute</th>
           <th>Explanation</th>
         </tr>
         <tr>
@@ -34,8 +34,8 @@
         </tr>
         <tr>
           <td>auto-indexing</td>
+          <td>PROPOSAL: could become obsolete. see below.</td>
           <td></td>
-          <td></td>
           <td>true or false. if not set it will fall back to true. Indicates if indexing should be done when calling close() on a InputStream. if turned off, you can index a node by using Indexer.index(node)</td>
         </tr>
         <tr>
@@ -46,14 +46,19 @@
         </tr>
         <tr>
           <td>index-fulltext</td>
+          <td>FIXME: if this is set to false it will just not configure a "fulltextSearchIndexFile" and the TikaConfig. If you are indexing with Indexer.index(node) you will get an exception.
+          <br/>
+          PROPOSAL: Also configure "fulltextSearchIndexFile" and the TikaConfig anyway. but control autoindexing of node.
+          </td>
           <td></td>
-          <td></td>
           <td>true or false. if not set it will fall back to true. </td>
         </tr>
         <tr>
           <td>index-properties</td>
+          <td>FIXME: if this is set to false it will just not configure a "propertiesSearchIndexFile". If you are indexing with Indexer.index(node) you will get an exception.
+          <br/>
+          PROPOSAL: Also configure "propertiesSearchIndexFile" anyway. but control autoindexing of property.</td>
           <td></td>
-          <td></td>
           <td>true or false. if not set it will fall back to true.</td>
         </tr>
         <tr>



More information about the Yanel-commits mailing list