Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Edge Classes: create a property and a unique index on Neo4jRelID #9

Closed
santo-it opened this issue Dec 22, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@santo-it
Copy link

This will improve how migrated relationships can be queried by original Neo4j relationship ID

Possible Workaround:

  • using Studio or the Console, on the E (edge) class, create a property named Neo4jRelID and then a unique index on this property. This will allow you to query relationship by neo4j id using a query like:

select * from E where Neo4jRelID = your_id_here

@santo-it santo-it self-assigned this Dec 22, 2016
@santo-it santo-it added this to the 2.2.x (next hotfix) milestone Dec 22, 2016
santo-it pushed a commit that referenced this issue Jan 18, 2017
Adds a command line option -i, default to false. When -i is true the
Importer will create a unique index on the property Neo4jRelID, for all
migrated edge classes. This will allow users to query relationships by
original neo4j relationship ids
santo-it pushed a commit that referenced this issue Jan 18, 2017
Adds a command line option -i, default to false. When -i is true the
Importer will create a unique index on the property Neo4jRelID, for all
migrated edge classes. This will allow users to query relationships by
original neo4j relationship ids
@robfrank robfrank modified the milestones: 2.2.x (next hotfix), 2.2.15 Jan 18, 2017
@santo-it
Copy link
Author

santo-it commented Feb 3, 2017

The fix adds a command line option -i, default to false. When -i is true the Importer will create a unique index on the property Neo4jRelID, for all migrated edge classes. This will allow users to query relationships by original neo4j relationship ids

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants