简体   繁体   中英

Any progress on relationship indexes for Neo4j?

In older versions of Neo4j (2.3 and prior), you could associate legacy indexes with relationship properties, but that does not appear to be the case any more. However, in the API documentation, there is org.neo4j.graphdb.index with an IndexManager parameter. When you look at IndexManager, there is a RelationshipIndex method - which suggests that this is or may soon be available. My use case is I am constructing a product hierarchy with products, product parts, product sub-parts, etc. and it's important IN THE RELATIONSHIP to have a start and end date between each set of components. Does anybody know of a way to do that in 3.x?

Legacy (or manual) indexing is still supported in 3.x. In particular, relationship indexing is still supported. Refer to the documentation for more info.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM