Hi Sinh,
The other issue here, I suspect, is that the default Solr install does not
come with the jar files containing JtsSpatialContextFactory. You will need
to install them yourself. (Fwiw, there was an issue opened recently
requesting that this get included with Riak by default, here:
https://g
Hello Sinh
Here is a working example of the setup for a "find all records within X
miles of a lat,lon point":
https://gist.github.com/drewkerrigan/c7cabcbc46c10957248e
Without digging too much into the exact problem you're encountering, I
think at a high level you should not be attempting to mod
My goal is trying to retrieve all locations within a boundary using Solr
function IsWithin(Polygon()). I am using 2.1.1 and follow this
documentation from solr
https://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4.
First, I downloaded schema from Basho git hub
https://raw.githubusercontent.co