}
// Create a collection manager instance for the parent of the collection
CollectionManager colman = (CollectionManager) col.getService("CollectionManager", XMLDBAPIVERSION);
String[] idx = colman.listIndexers();
System.out.println("Indexes:\n");
for (int i = 0; i < idx.length; i++) {
System.out.println(idx[i]);