Thank you very much Mattias. I will test it as soon as possible and I'll will tell you something.
Núria. 2009/12/11 Mattias Persson <[email protected]> > I've tried this a couple of times now and first of all I see some > problems in your code: > > 1) In the method createRelationsTitleImage you have an inverted "head > != -1" check where it should be "head == -1" > > 2) You index relationships in createRelationsBetweenTitles method, > this isn't ok since the index can only manage nodes. > > And I recently committed a "fix" which removed the caching layer in > the LuceneIndexBatchInserterImpl (and therefore also > LuceneFulltextIndexBatchInserter). This probably fixes your problems. > I'm also working on a performance fix which makes consecutive getNodes > calls faster. > > So I think that with these fixes (1) and (2) and the latest index-util > 0.9-SNAPSHOT your sample will run fine. Also you could try without > calling optimize. See more information at > http://wiki.neo4j.org/content/Indexing_with_BatchInserter > > 2009/12/10 Mattias Persson <[email protected]>: > > To continue this thread in the user list: > > > > Thanks Núria, I've gotten your samples code/files and I'm running it > > now to try to reproduce you problem. > > > > 2009/12/9 Núria Trench <[email protected]>: > >> I have finished uploading the 4 csv files. You'll see an e-mail with the > >> other 3 csv files packed in a rar file. > >> Thanks, > >> > >> Núria. > >> > >> 2009/12/9 Núria Trench <[email protected]> > >>> > >>> Yes, you are right. But there is one csv file that is too big to be > packed > >>> with other files and I am reducing it. > >>> I am sending the other files now. > >>> > >>> 2009/12/9 Mattias Persson <[email protected]> > >>>> > >>>> By the way, you might consider packing those files (with zip or tar.gz > >>>> or something) cause they will shrink quite well > >>>> > >>>> 2009/12/9 Mattias Persson <[email protected]>: > >>>> > Great, but I only got the images.csv file... I'm starting to test > with > >>>> > that at least > >>>> > > >>>> > 2009/12/9 Núria Trench <[email protected]>: > >>>> >> Hi again, > >>>> >> > >>>> >> The errors show up after being parsed 2 csv files to create all the > >>>> >> nodes, > >>>> >> just in the moment of calling the method "getSingleNode" for > looking > >>>> >> up the > >>>> >> tail and head node for creating all the edges by reading the other > two > >>>> >> csv > >>>> >> files. > >>>> >> > >>>> >> I am sending with Sprend the four csv files that will help you to > >>>> >> trigger > >>>> >> index behaviour. > >>>> >> > >>>> >> Thank you, > >>>> >> > >>>> >> Núria. > >>>> >> > >>>> >> 2009/12/9 Mattias Persson <[email protected]> > >>>> >>> > >>>> >>> Hmm, I've no idea... but does the errors show up early in the > process > >>>> >>> or do you have to insert a LOT of data to trigger it? In such case > >>>> >>> you > >>>> >>> could send me a part of them... maybe using http://www.sprend.se, > >>>> >>> WDYT? > >>>> >>> > >>>> >>> 2009/12/9 Núria Trench <[email protected]>: > >>>> >>> > Hi Mattias, > >>>> >>> > > >>>> >>> > The data isn't confident but the files are very big (5,5 GB). > >>>> >>> > How can I send you this data? > >>>> >>> > > >>>> >>> > 2009/12/9 Mattias Persson <[email protected]> > >>>> >>> >> > >>>> >>> >> Yep I got the java code, thanks. Yeah if the data is confident > or > >>>> >>> >> sensitive you can just send me the formatting, else consider > >>>> >>> >> sending > >>>> >>> >> the files as well (or a subset if they are big). > >>>> >>> >> > >>>> >>> >> 2009/12/9 Núria Trench <[email protected]>: > > > > -- > Mattias Persson, [[email protected]] > Neo Technology, www.neotechnology.com > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

