I'm fairly darn certain I've messed something up, but I'm sure you'd  
prefer not to throw an NPE at this point.


java.lang.NullPointerException
        at org.neo4j.impl.util.ArrayMap.remove(ArrayMap.java:221)
        at  
org 
.neo4j 
.util 
.index 
.LuceneIndexBatchInserterImpl 
.getNodes(LuceneIndexBatchInserterImpl.java:143)
         at  
org 
.neo4j 
.util 
.index 
.LuceneIndexBatchInserterImpl 
.getSingleNode(LuceneIndexBatchInserterImpl.java:222)


 From ArrayMap:

......

         if ( arrayCount == -1 )
         {
             V value = propertyMap.remove( key );
             if ( switchBackToArray && propertyMap.size() <  
toMapThreshold )
             {


.....

All the best
Neil
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to