Probably a glitch in the importer.

If you delete the schema directory, the label scan store is rebuild on startup.

After that it should be ok.

How _exactly_ did you import your data?

Michael

Am 11.04.2014 um 21:22 schrieb Zeeshan Arif <[email protected]>:

> Using Neo4j 2.0.1 and batch-import 2.0
> 
> I am facing a strange discrepancy.. I have imported 831 nodes into Neo4j 
> using batch import. There is a lucene index on these nodes and a Label. The 
> count of 831 nodes is also listed by the import program.
> 
> When I execute this query - and the results vary on 2 different machines on 
> the count.
> 
> #1 match (t:someLabel) return count(t); // I get 828 rows.
> 
> If I execute this:
> 
> #2 match (t) WHERE labels(t) = ["someLabel"] return t; // I get all 831 rows. 
> 
> Why should this be happening?
> 
> Thanks,
> 
> - Zeeshan
> 
> 
> -- 
> 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.

Reply via email to