spatial icon indicating copy to clipboard operation
spatial copied to clipboard

Adding nodes to an index

Open jamilabreu opened this issue 10 years ago • 1 comments

Hi! I've got two questions :)

  1. I haven't been able to find many (recent) examples of best practices when it comes to adding nodes to an index. Should I add the node itself to the spatial index, or add a new node to the index that points to the node I'd like to add? There seems to be a bug related to the various ways Spatial allows you to add a node to an index. See this StackOverflow page for an example of what I mean:

http://stackoverflow.com/questions/17966722/neo4j-spatial-withindistance-cypher-query-returns-empty-while-rest-call-return

  1. Conceptually, what's the difference between the layer and the index?

jamilabreu avatar May 08 '15 00:05 jamilabreu

I also struggle with the difference between layer and the index. But in practice I haven't been able to query the layer using Cypher.

versae avatar Nov 19 '15 16:11 versae