Neo4J 2.0 provides new API for indexing and finding nodes (Schema, IndexDefinition, Label and findNodesByLabelAndProperty).
But what about relationships? Relationship indexing was one of the features of so called "legacy indexing". Are there any plans for relationship schema? Will relationship indices become obsolete and deprecated one day? Will we see findRelationshipsByTypeAndProperty in new API? Do I need to use both "legacy" and "new" indexing to get the full power of Neo4J? It's strange.