Hi all,
I've been playing with neo4j and neo4jphp for a couple of weeks now and it
has gone quite well.
Some questions though:
- Relation types give problems in Cypher when they contain a blank space.
Correct?
- In order to solve this, I wanted to rename the relation types. However, I
didn't put them on an index when I created them, Now I know why I should
have.
So I'm retrieving the relations by $startnode->getRelationships();
When changing the relation type I notice it was not saved correctly.
$relation->setType("new_name");
or
$relation->setType("new_name")->save();
don't result in errors but do not save the changed type. What am I doing
wrong?
- I'm a bit confused how to change or add properties from a particular node
on the lucene index. Do I have to search whether the property exists already
and remove it first? How would I do that with neo4jphp?
- How can I get a list of lucene indexes in neo4jphp?
- How can I get a list of relationship types in neo4jphp (supposed I did not
index any relationship)?
Greetings and thanks,
Filip
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user