Marko A. Rodriguez created TINKERPOP-1368:
---------------------------------------------
Summary: Labeled paths shouldn't use order in equality.
Key: TINKERPOP-1368
URL: https://issues.apache.org/jira/browse/TINKERPOP-1368
Project: TinkerPop
Issue Type: Improvement
Components: process
Affects Versions: 3.2.0-incubating
Reporter: Marko A. Rodriguez
Path equality is based on path segments being equal and ordered the same.
Labeled paths should not assume segment order. In fact, we should have a new
{{Path}} implementation that is like {{MapPath}}.
{code}
public class MapPath {
Map<String, List<Object>>
}
{code}
For each label, the objects that are referenced by that label.
>From there bulking will be more likely for labeled path traversals (especially
>in {{match()}}-based traversals where runtime pattern ordering can cause
>different path sorts).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)