Are there any other advantages besides "logical separations of
classes"?
I can help with some of this I think.The Neo4j index mechanism is orthogonal to the graph, which is its own natural index. So relationships and nodes can be connected in any way, and indexed in any way- the two don't affect each other.Different indexes allow different Lucene parameters, or even entirely different index implementations. You still might have cause to separate things, however- eg, for performance reasons- but those reasons are best left to a Lucene expert.- Matt
On Wednesday, May 2, 2012 2:23:24 PM UTC-4, kodo wrote:Hi!
I have a question regering the purpose or "use case" behind neo4j's
index concept. I realize that I'm able to specify different index
configurations but is it still possible to create inter-index
traversals - in other words will I be able to create relationships
between nodes residing in different indexes? Furthermore is the
concept of enabling storage of relationships in different indexes
related to the fact that different lucene-parameters may be specified?
Are there any other advantages besides "logical separations of
classes"?
Cheers