I had the same issue. The only documentation that I can find on traverse 
uses the V.in, E.out syntax.

On Friday, December 12, 2014 at 5:36:15 AM UTC-5, Lvc@ wrote:
>
> Hi Andrei,
> We replaced plain in and out with functions in 1.6+. So it's correct to do:
>
> traverse in() from #9:93
>
> or even:
>
> traverse inE(), outV() from #9:93
>
> Which page in documentation does report this old syntax?
>
> Lvc@
>
>
>
> On 12 December 2014 at 11:22, Andrei Serea <[email protected] 
> <javascript:>> wrote:
>
>> Hello!
>>
>> I have a problem getting the traverse function to work ok.
>>
>> I'm testing it on the default database (GratefulDeadConcerts), trying to 
>> list all the songs sung by node #9:93, (artist name 'Hunter'), using the 
>> query:
>>
>> "traverse V.in, E.out from #9:93". This just doesn't fetch anything but 
>> the root. Nor does the reverse "traverse V.out, E.in from #9:93"
>>
>> It works if I do something like this:
>> "traverse in('sung_by') from #9:93
>>
>> From what I read in the docs, the V.in, E.out should work...I just don't 
>> understand why it doesn't.
>>
>> Help!?
>>
>> Thanks,
>> Andrei
>>
>> -- 
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OrientDB" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" 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