>> I also encountered another compatibility issue between neo 1.1-1.2: neo
>> 1.2 tries to read a wrong value from index.db, so I had to delete
>> index.db, let my program rebuild it, then it runs OK. I used the
>> laboratory version of the Lucene indexer with neo 1.1.
>>
>
> Oh, good to know. The storage format has actually changed, but I added
> migration code for it... maybe something's wrong with it.

Yes, probably. As far I could track it down, it tried to load a very big 
string - sg. like a 1.7G byte string - from index.db into memory.

> Your program is able to rebuild it correctly if you've supplied
> configuration parameter to your forNodes/forRelationships methods, otherwise
> it'll use default config ("type"="exact") and may not be correct, if you
> f.ex. have created some index which is a fulltext index.

I have specific settings for the indexes, so it seems to work allright 
for me.

Thanks,
---
balazs
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to