Relative Content

Tag Archive for neo4j

Neo4J Cypher Not Using Index

I am trying to insert a number of rows (more than 1 mil) from a CSV file into the graph database, the treasure table needs a relationship to a city, as in a treasure is found in ever city. I have created an index yet neo4j doesn’t seem to be using it:

The error message of “Failed to fetch” for neo4j

When I used “:GET /rdf/neo4j/describe/358”, an error message of “Failed to fetch” returned. 358 is a returned ID(p) by a query of “MATCH (p:Product) WHERE p.productName = “Queso Manchego La Pastora””. How can I resolve it?