CachedNode indexColumnDefn = system.getNode(ref);
IndexColumnDefinition defn = readIndexColumnDefinition(indexColumnDefn);
columnDefns.add(defn);
}
WorkspaceMatchRule rule = RepositoryIndexDefinition.workspaceMatchRule(workspacesRule);
return new RepositoryIndexDefinition(name, providerNameStr, kind, nodeTypeName, columnDefns, extendedProps, desc,
synchronous, true, rule);
}