Federico Grilli created JCR-5151:
------------------------------------
Summary: Allow custom ConsistencyCheck in SearchIndex of
repository configuration
Key: JCR-5151
URL: https://issues.apache.org/jira/browse/JCR-5151
Project: Jackrabbit Content Repository
Issue Type: Improvement
Affects Versions: 2.22.0, 2.20.16
Reporter: Federico Grilli
In our application we would need to extend the default JR ConsistencyCheck in
order to apply some custom logic. Unfortunately this is not possible at the
moment.
It would be great to be able to define a custom ConsistencyCheck simply by
declaring it in a repo config, e.g.
{code:java}
<SearchIndex class="foo.bar.MySearchIndex">
[...]
<param name="consistencyCheckClass" value="foo.bar.MyConsistencyCheck" />
</SearchIndex>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)