<?xml version="1.0" encoding="ISO-8859-1"?><page>
    <content>
      <h1>Create a Lucene search index</h1>
      <para>
        <font size="-1">
          <a href="welcome">Welcome</a>
        </font>
      </para>
      <para>
        This process might take some time (follow the tail of your logfiles
        to see the indexer in progress).
        <ul>
          <li>LuceneCocoonIndexer.ROLE org.apache.cocoon.components.search.LuceneCocoonIndexer
          </li>
          <li>context-path 
          </li>
          <li>baseURL http://152.118.24.185:8888/docs/index.html
          </li>
          <li>create , false
          </li>
          <li>get-uri /samples/blocks/lucene/create
          </li>
          <li>get-sitemap-uri create
          </li>
        </ul>

        <form action="create">
        <table>
          <tr>
            <td>BaseURL</td>
            <td>
              <input type="text" name="baseURL" size="60" value="http://152.118.24.185:8888/docs/index.html"/>
            </td>
          </tr>
          <tr>
            <td colspan="2">
              <input type="radio" name="create" value="true" checked="checked"/>
              Create/Overwrite the Index, or
              <input type="radio" name="create" value="false"/>
              Update the existing Index
            </td>
          </tr>
          <tr>
            <td colspan="2">
              <input type="submit" name="find" value="Create"/>
            </td>
          </tr>
        </table>
        </form>

      </para>
    </content>
</page>