Re: [Neo4j] Neo4j: Ver 3.0.4 delete and re-insert label corruption

2016-09-30 Thread Kevin McGinn
the actual error in > /schema/index/lucene//failure-message or similar. Can you > see what's inside that file? > > On Friday, September 2, 2016 at 5:31:24 PM UTC+2, Kevin McGinn wrote: >> >> I deleted the index and attempted to restart. After an hour, I received >>

Re: [Neo4j] Neo4j: Ver 3.0.4 delete and re-insert label corruption

2016-09-02 Thread Kevin McGinn
the label index should be rebuilt. > > also please share the result of the "schema" command. > > Michael > > Am 02.09.2016 um 14:28 schrieb Kevin McGinn com>: > > The count of 29 is via the command: > match(n:clients) return count(*); > > The

Re: [Neo4j] Neo4j: Ver 3.0.4 delete and re-insert label corruption

2016-09-02 Thread Kevin McGinn
The count of 29 is via the command: match(n:clients) return count(*); The query match(n:clients) return n; returns an empty set. ClientsID had a unique constraint defined on. I dropped it with the intent of re-creating in hopes it would help correct the problem. Currently, I can not