getOrCreateOakIndex(root.child("content")),
"pid", true, false, ImmutableList.of("pid"),
null);
return root.getNodeState();
}
}).with(new OpenSecurityProvider())
.with(new PropertyIndexProvider())
.with(new PropertyIndexEditorProvider())
.createContentRepository();
}