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