as far as i know, no. you need to do it yourself.
hint: http://docs.neo4j.org/chunked/1.4.1/indexing-update.html

On Wed, Sep 7, 2011 at 1:25 AM, Nuo Yan <yan....@gmail.com> wrote:
> Hey guys,
>
> When a relationship gets deleted, will it be removed from the index
> automatically? My test shows yes, but I want to be absolutely certain.
>
> For example, a relationship :foo exists between node A and B and it's
> indexed on the foo_rels index with key node_a's id and value node_b's id.
> When I delete this relationship, do I also have to manually remove it from
> the index (i.e. a DELETE to /index/relationship/foo_rels/15/23/100 where 15
> is the key, 23 is the value, 100 is the relationship id)?
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Best regards

Linan Wang
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to