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.
