[ 
https://issues.apache.org/jira/browse/TINKERPOP-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cole Greer closed TINKERPOP-1575.
---------------------------------
    Resolution: Won't Do

Based on a past discussion in the dev list, neo4j-gremlin has been deprecated. 
The API which bridges TinkerPop and Neo4j has not been supported by neo4j in 
quite some time and there was insufficient interest in our community to 
actively develop neo4j-gremlin further.

https://lists.apache.org/thread/lxn4s9fs8rzggm0jlnffnphfpqnpn3h8

> Improve use of Neo4j indicies for common searches
> -------------------------------------------------
>
>                 Key: TINKERPOP-1575
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1575
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: neo4j
>    Affects Versions: 3.2.3
>            Reporter: Branden Moore
>            Assignee: Cole Greer
>            Priority: Trivial
>
> When using a Neo4j-based graph, indicies are not used when more than one 
> label is searched for.
> {noformat}
> gremlin> g.V().hasLabel("alpha").has("myProp", 10)
> Final Traversal  [Neo4jGraphStep(vertex,[~label.eq(alpha),myProp.eq(10)]))]
> gremlin> g.V().hasLabel("alpha", "beta").has("myProp", 10)
> Final Traversal  
> [Neo4jGraphStep(vertex,[~label.within(alpha,beta),myProp.eq(10)]))]
> {noformat}
> Another example where indices are not used:
> {code}
> g.V().hasLabel('person').has(objId,within('test1','test2'))
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to