Examples of runConsistencyCheck()


Examples of org.apache.jackrabbit.core.query.lucene.SearchIndex.runConsistencyCheck()

        QueryHandler qh = ri.getSearchManager(workspaceName).getQueryHandler();
        if (!(qh instanceof SearchIndex)) {
            throw new NotExecutableException("No search index");
        }
        SearchIndex si = (SearchIndex) qh;
        return si.runConsistencyCheck();
    }

    /**
     * Runs a consistency check on the versioning store used by the specified session.
     *
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.