Could you send sample code? What version of Neo4j are you using? Are you using the neo4j-spatial.rb rubygem? That gem is very old, and probably incompatible with the version of Neo4j you used. If I can see the code you used, I could reproduce the problem and perhaps it is easy to fix.
On Mon, May 12, 2014 at 6:21 PM, Javad Karabi <[email protected]> wrote: > im also confused because it seems that adding a node can be done via the > layer, > however, querying is done via accessing the index from the graph database > service > > > On Monday, May 12, 2014 11:00:36 AM UTC-5, Javad Karabi wrote: >> >> (fyi im using jruby) >> undefined method `query' for #<Java::OrgNeo4jGisSpatial:: >> LayerRTreeIndex:0x5df356ea> >> >> the layer's index doesnt seem to have a 'query' method available. i dont >> understand what the point of accessing the index is then? >> > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
