[ https://issues.apache.org/jira/browse/JCR-5151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Federico Grilli updated JCR-5151: --------------------------------- Status: Open (was: Patch Available) > 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 > Priority: Major > > > 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)