I would like to store coordinates as nodes in neo4j to do simple querys
For example a list of 10,000 nodes:
Node[1] - lon=-74.007124, lat=40.714550
Node[2] - lon=-94.626824, lat=39.113380
Node[3] - lon=-105.937406, lat=35.691543
Node[4] - lon=-122.329439, lat=47.603560
Node[5] - lon=-122.420139, lat=37.779600
..
..
I would like to find all nodes within 10km of the following coordinate :(lon=-120.42, lat=37.76)
I have been looking at neo4j spatial but there is not much docs, is it possible to do this using a lucene query