I did look at Query in Snapshot-1.3. However, I did not see a method to specify mutiple filters (specially as an OR) and that's why I was curious. Thanks On Monday, May 14, 2012 11:55:26 AM UTC-4, Marko A. Rodriguez wrote: Hi,
This feature is in TinkerPop 2 and is seen in the following method:
Vertex.query() -> Query
Marko.
On May 14, 2012, at 9:53 AM, pShah wrote: Has this feature been removed completely or moved to a different module?
Thanks
On Thursday, April 26, 2012 12:34:09 PM UTC-4, Marko A. Rodriguez wrote:Cool Luca. I knew you would be able to natively support these notions in OrientDB.
Marko.
On Apr 26, 2012, at 7:07 AM, Luca Garulli wrote: Wow, I can't wait to support it at low level in OrientDB! This API is simple, readable, clear and powerful.
Lvc@ On 25 April 2012 18:47, Marko Rodriguez <okram...@gmail.com> wrote:
Hey,
Regarding the up-coming vertex-adjacency API, do you mean
public Iterable<Vertex> getOutVertices(Object... filters);
public Iterable<Vertex> getInVertices(Object... filters);
Ah! Yea. Good eye. You are right, <Vertex> not <Edge>.
Thanks Pierre, Marko.
|