Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The "Search" page has been changed by ThomasMueller. http://wiki.apache.org/jackrabbit/Search?action=diff&rev1=30&rev2=31 -------------------------------------------------- == Search Configuration == - The search index in Jackrabbit is pluggable and has a default implementation based on Apache Lucene. This default implementation has the following options: + The search index in Jackrabbit is pluggable and has a default implementation based on Apache Lucene. It is configured in the file workspace.xml once the workspace is created. For new workspaces, the configuration in the file repository.xml is used as a template. + + To disable the search index, disable (comment out) the index configuration in the file repository.xml and workspace.xml file(s). + + This default implementation has the following options: || '''Parameter''' || '''Default Value''' || '''Description''' || '''Since''' || || path || ''none'' || The location of the index directory. This parameter is mandatory. A reasonable value is: {{{${wsp.home}/index}}} || 1.0 ||