ruby on rails - Search polygons within polygon with elasticsearch -
is there way search polygons inside polygon elasticsearch?
if not, possible solr or system?
with solr 4.3 became possible; finished working on couple weeks ago , i'm pretty excited it. learn how use new solr 4 spatial field, see: http://wiki.apache.org/solr/solradaptersforlucenespatial4 what's new can use "iswithin" , "contains" predicates; there's "isdisjointto" too. based on question, it's not clear me of want. imagine 3-part sentence in first/left part index data, there's spatial predicate, there's query shape. if want search indexed shapes within query shape, use "iswithin". update wiki show these predicates.
Comments
Post a Comment