Reihane, Michael Hunger experimented with MapDB as an index Provider => http://jexp.de/blog/2013/05/on-creating-a-mapdb-schema-index-provider-for-neo4j-2-0/ Code is available => https://github.com/jexp/neo4j-mapdb-index
I think someone else was working on an elastic search provider, but not sure what happened with that. Regards, Max On Wednesday, February 12, 2014 12:54:46 PM UTC-6, Reihane Boghrati wrote: > > Hi, > > I'm writing a client for Neo4j to evaluate that with BG benchmark. > As far as I know, Neo4j is using Lucene for indexing nodes and the Cypher > query for creating index is something like : CREATE INDEX ON :Users(userid) > I believe that Lucene retrieval is not 100% accurate, meaning that if it > doesn't return data, one cannot be sure data is not existed. Is that right? > I browsed different websites but I couldn't find an alternative index > service. I was wondering if anyone is aware of any other accurate index > provider that can be used in Neo4j? > > Best, > Reihane > > -- 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/groups/opt_out.
