You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/05/17 06:44:04 UTC

[jira] [Commented] (OAK-6228) Enable index consistency check via oak-run

    [ https://issues.apache.org/jira/browse/OAK-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013629#comment-16013629 ] 

Chetan Mehrotra commented on OAK-6228:
--------------------------------------

Index consistency check can be performed {{--index-consistency-check}} options. The option takes an optional integer arg for level of check. 1 being default and 2 performs more intensive check but slower.

{noformat}
--index-consistency-check [Integer]  Performs consistency check for indexes as specified by -- 
                                       index-paths. If none specified performs check for all   
                                       indexes. Currently this is only supported for Lucene    
                                       indexes. Possible values 1 - Basic check, 2 - Full check
                                       (slower) (default: 1)                                   
--index-definitions                  Collects and dumps index definitions      
{noformat}

> Enable index consistency check via oak-run
> ------------------------------------------
>
>                 Key: OAK-6228
>                 URL: https://issues.apache.org/jira/browse/OAK-6228
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>          Components: run
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>             Fix For: 1.8
>
>
> Support performing consistency check on indexes via oak-run. For now this would only work for Lucene indexes



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)