Search in sources :

Example 1 with IndexInfoServiceImpl

use of org.apache.jackrabbit.oak.plugins.index.IndexInfoServiceImpl in project jackrabbit-oak by apache.

the class IndexHelper method getIndexInfoService.

private IndexInfoService getIndexInfoService() {
    if (indexInfoService == null) {
        indexInfoService = new IndexInfoServiceImpl(store, getIndexPathService());
        bindIndexInfoProviders(indexInfoService);
    }
    return indexInfoService;
}
Also used : IndexInfoServiceImpl(org.apache.jackrabbit.oak.plugins.index.IndexInfoServiceImpl) AsyncIndexInfoServiceImpl(org.apache.jackrabbit.oak.plugins.index.AsyncIndexInfoServiceImpl)

Aggregations

AsyncIndexInfoServiceImpl (org.apache.jackrabbit.oak.plugins.index.AsyncIndexInfoServiceImpl)1 IndexInfoServiceImpl (org.apache.jackrabbit.oak.plugins.index.IndexInfoServiceImpl)1