Hi, we are no longer using svn, we moved to github a while ago.
You can find the code located in repositories of this account: http://github.com/neo4j With regard to the index, you can have multiple indexes, for large indexes splitting them up into domain driven parts should speed them up as well. Another thing you can do is to have fulltext indexes with a different name alongside with exact lookup indexes. See Mattias' recommended documentation for that. Cheers Michael Am 22.03.2011 um 10:22 schrieb 孤竹: > Hi ,all > > > I find something confused. There is a method named forNodes > (http://api.neo4j.org/1.2/org/neo4j/graphdb/index/IndexManager.html#forNodes(java.lang.String)) > > > > Does it mean we can create muti-index with different name ? and I found we > can set the index name with > > setConfiguration(http://api.neo4j.org/1.2/org/neo4j/graphdb/index/IndexManager.html#setConfiguration(org.neo4j.graphdb.index.Index, > java.lang.String, java.lang.String)), > > I am wondering how to use the indexName,and how it works . Is it faster for > my search If I take one index into different parts ? Is there any tests at > the svn ? I have not find something useful. thanks :) > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

