vgritsenko    2003/12/18 07:10:44

  Modified:    config   system.xml
  Log:
  Add some TODO items. Need to add some descriptions about possible 
configuration options
  
  Revision  Changes    Path
  1.13      +19 -2     xml-xindice/config/system.xml
  
  Index: system.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/config/system.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- system.xml        8 Aug 2003 13:48:35 -0000       1.12
  +++ system.xml        18 Dec 2003 15:10:44 -0000      1.13
  @@ -6,13 +6,30 @@
     -->
   
   <xindice>
  +    <!--
  +      - TODO: Describe
  +      - Set use-metadata to on to enable metadata usage.
  +      -->
       <root-collection dbroot="./db/" name="db" use-metadata="on">
  -        <!-- Set use-metadata to on to enable metadata usage. -->
  +        <!-- TODO: Show symbols config
  +        <symbols>
  +        </symbols>
  +        -->
  +
  +        <!-- TODO: Show filer config
  +        <filer class="" pagesize="" maxkeysize="">
  +        </filer>
  +        -->
  +
           <queryengine>
               <resolver autoindex="false" 
class="org.apache.xindice.core.query.XPathQueryResolver"/>
               <resolver 
class="org.apache.xindice.core.xupdate.XUpdateQueryResolver"/>
           </queryengine>
       </root-collection>
  +
  +    <!--
  +      - TODO: Describe
  +      -->
       <xml-rpc>
           <driver name="xerces"/>
       </xml-rpc>
  
  
  

Reply via email to