You could delete the schema directory so that the schema/label index is rebuild on startup.
Please do a backup before Sent from mobile device Am 05.07.2014 um 17:09 schrieb Alx <[email protected]>: > Any other suggestions to try resolve this? Is there a way to rebuild/fix the > database? > > On Wednesday, July 2, 2014 3:26:37 PM UTC-4, Michael Hunger wrote: >> >> try to run >> >> match (n) return n limit 25 >> >> or >> match (n) return count(*) >> >> check out my blog post: >> http://jexp.de/blog/2014/06/styling-neo4j-server-visualisation/ >> >> You didn't accidentally delete the database underneath? O reconfigured the >> location? >> >> Am 02.07.2014 um 16:20 schrieb Alx <[email protected]>: >> >>> I am running Neo4j 2.1.2. When I am accessing the browser, I am clicking on >>> a node name and the browser runs the default cypher query: >>> >>> MATCH (n:`NODE_NAME`) RETURN n LIMIT 25 >>> >>> However I get nothing . Only 'Returned 0 rows in 75 ms' etc. This happens >>> with all nodes. I know that the database has nodes. Interestingly I can run >>> other advanced cypher query where I use node properties. Any ideas? >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Neo4j" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
