Correct. (a)--(b)--(c) does not imply (a)--(c), but it does mean
(a)-[*]-(c). They are connected by a path, not a direct relationship. If
you want a direct relationship you need something like:

MATCH (a)--(b)--(c), (a)--(c)



On Tue, Sep 9, 2014 at 4:58 PM, Mohana Krishna <[email protected]> wrote:

> Thanks Craig. I have a doubt. In the case you have mentioned there are no
> cliques right!? The path will be returned if two movies are connected by a
> path. But that doesn't ensure all nodes with in path are connected to one
> another. Please enlighten further.
>
> Thanks again.
>
> On Tuesday, 12 August 2014 20:00:01 UTC+5:30, Mohana Krishna wrote:
>
>> Hello,
>>
>> I have loaded the spatial data in the attached file using REST API script
>> (which is also attached). The nodes are created and I can visualize them on
>> DB.
>>
>> However when I perform the query
>>
>> "START n=node:geom('withinDistance:[41.8082, -87.7084, 10.0]') RETURN n"
>> in CYPHER window , I am getting "Unknown Error" as result.
>>
>> Please help.
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to