I\'m looking for something similar to the MySQL ( SHOW INDEXES ). I was able to get a list of indexes using py2neo in Python
graphDB = neo4j.GraphDatabaseS
CALL db.indexes();
is deprecated by new SHOW INDEXES as reported in 4.2
SHOW INDEXES