[Neo4j] Using Webadmin Console to Execute Spatial Cypher Query

2011-11-11 Thread b m
I got the spatial index provider working, but now I'm having trouble getting a spatial cypher query to execute from within the webadmin console. I want to perform a 'withinDistance' query and am having trouble getting the syntax correct. No luck with the following: start n=node:layer1(within

[Neo4j] Using 'Spatial' IndexProvider from Within Webadmin

2011-11-10 Thread b m
I want to be able to use the "spatial" index provider from within Webadmin's Power Tool console. Using this provider works fine in Embedded mode, but what do I need to do to get it installed and usable from within Webadmin? I tried copying the spatial jar and it's dependencies into the /lib and t

[Neo4j] GeoSpatial LayerNodeIndex

2011-11-03 Thread b m
org.neo4j.gis.spatial.indexprovider.LayerNodeIndex#add doesn't seem to conform to the org.neo4j.graphdb.index.Index#add interface specifications: "Adds a key/value pair for entity to the index. If that key/value pair for the entity is already in the index it's up to the implementation to make it s