Hi Marc,
you need to set two parameters in your workspace.xml inside the
PersistenceManager tag:
<param name="consistencyCheck" value="true"/>
<param name="consistencyFix" value="true"/>
on startup, jackrabbit will run a consistency check and fix any inconsistencies.
this should allow the query handler to re-index the workspace again.
regards
marcel
Marc Schriftman wrote:
> Marcel -
>
> I'm on 1.4.4 and I'm using
> org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager.
> I've a lot of data in my repository, and it scares me to think that I can't
> rebuild my indexes. What can I do to fix the inconsistency?
>
> Thanks again for your help,
>
> Marc Schriftman
|