You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Neography Support Neo4j 3.0 with the Neo4j Spatial Plugin still?
It seems that $neo.create_spatial_index("myindex") throws the following error with Neo4j 3.0 and Neo4j-Spatial. On the other hand, it works fine with Neo4j 2.3.1.
Neography::NeographyError: NeographyError:
--message: No index provider 'spatial' found. Maybe the intended provider (or one more of its dependencies) aren't on the classpath or it failed to load.,
--code: 400,
--stacktrace: ,
--request: {:path=>"/db/data/index/node", :body=>"{\"name\":\"venues\",\"config\":{\"provider\":\"spatial\",\"geometry_type\":\"point\",\"lat\":\"lat\",\"lon\":\"lon\"}}"},
--index: 0
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:250:in `raise_errors'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:222:in `handle_4xx_500_response'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:193:in `return_result'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:164:in `evaluate_response'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:76:in `block (3 levels) in <class:Connection>'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:89:in `log'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/connection.rb:67:in `block (2 levels) in <class:Connection>'
from /Users/seenickcode/.rvm/gems/ruby-2.1.2/gems/neography-1.8.0/lib/neography/rest/spatial.rb:120:in `create_spatial_index'
from (irb):85
from /Users/seenickcode/.rvm/rubies/ruby-2.1.2/bin/irb:11:in `<main>'
I'm using Neography 1.8.0, Neo4j 3.0 and the Neo4j Spatial Plugin (downloaded via https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.19-neo4j-3.0.3/neo4j-spatial-0.19-neo4j-3.0.3-server-plugin.jar?raw=true)
I have confirmed that the plugin is installed for Neo4j 3.0 via:
Hello.
Does Neography Support Neo4j 3.0 with the Neo4j Spatial Plugin still?
It seems that
$neo.create_spatial_index("myindex")
throws the following error with Neo4j 3.0 and Neo4j-Spatial. On the other hand, it works fine with Neo4j 2.3.1.I'm using Neography 1.8.0, Neo4j 3.0 and the Neo4j Spatial Plugin (downloaded via
https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.19-neo4j-3.0.3/neo4j-spatial-0.19-neo4j-3.0.3-server-plugin.jar?raw=true
)I have confirmed that the plugin is installed for Neo4j 3.0 via:
The text was updated successfully, but these errors were encountered: