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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -