Hi, >>Yes, but the problem is if the "repository-administrator" has no way of >> knowing what indexes are configured. > >That's easy to find out: > > SELECT * FROM [oak:indexed] > >;-)
Your are right. To do this efficiently it would require an index on [oak:indexed], which would effectively be the same as having the list of indexes (and where they are configured) stored at a central place... Regards, Thomas
