Hi,

Is it possible to safely desactivate the search index functionnality of a
Jackrabbit repository ?

I tried to comment the search index block in the workspace.xml :
<!--
<SearchIndex class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
<param name="path" value="${wsp.home}/index"/>
<param name="supportHighlighting" value="true"/>
</SearchIndex>
-->

Everything seems to work fine, but I find this error in the log :
*ERROR* DefaultItemCollection: Failed to retrieve node-specific property:
javax.jcr.RepositoryException: no search manager configured for this
workspace (DefaultItemCollection.java, line 917)

Thanks for your help,
John

Reply via email to