Thank you. I'm planning to use lucene :) I just finished my *ugly* prototype. It seems to work as expected.
Time to rewrite as if i was a real java coder :) -- Ker2x On Sat, Nov 21, 2009 at 5:37 PM, Mattias Persson <[email protected]> wrote: > You should however use the IndexService interface when using indexing > in neo4j. (Best implementations is probably > org.neo4j.util.index.LuceneIndexService, which uses lucene > http://lucene.apache.org/ as the name tells you) > > 2009/11/20 Laurent Laborde <[email protected]>: >> On Fri, Nov 20, 2009 at 5:26 PM, Tobias Ivarsson >> <[email protected]> wrote: >>> Hi, >>> >>> These are flaws in the documentation, great that you point them out. >>> >>> 1. It probably should not say "re-create an already existing index", but >>> rather "restore an already existing index", >>> The old index will not be removed, it will rather be loaded again from the >>> index-tree in the graph. >> >> Indeed ! Thank you for the details :) >> >>> 2. You are correct in that when passing null as the name of the index an >>> IllegalArgumentException will be thrown, >>> We should remove the part in the documentation that states that you can >>> pass null for the name. >> >> :)) >> >>> I will update the documentation, it will take a short while before it makes >>> it out to the servers. >>> >>> Cheers, >> >> *hugs* >> >> -- >> ker2x >> _______________________________________________ >> Neo mailing list >> [email protected] >> https://lists.neo4j.org/mailman/listinfo/user >> > > > > -- > Mattias Persson, [[email protected]] > Neo Technology, www.neotechnology.com > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Laurent "ker2x" Laborde Sysadmin & DBA at http://www.over-blog.com/ _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

