Advertisement
jillesvangurp

sample es requests and responses with geo_shape

Mar 5th, 2013
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.43 KB | None | 0 0
  1. Query with 1m radius
  2.  
  3. {"from"=>0, "size"=>10, "version"=>true, "explain"=>true, "query"=>{"filtered"=>{"query"=>{"match_all"=>{}}, "filter"=>{"geo_shape"=>{"location"=>{"shape"=>{"type"=>"Polygon", "coordinates"=>[[[52.529794897823486, 13.401278709139614], [52.52979761905377, 13.401277533164459], [52.52979998602585, 13.401275032468874], [52.52980176704401, 13.401271451838367], [52.529802787769796, 13.401267141770003], [52.52980294828744, 13.4012625241633], [52.529802232884364, 13.401258051021776], [52.5298007115892, 13.401254160207689], [52.529798533316935, 13.401251232581032], [52.52979591129201, 13.401249554718298], [52.52979310217652, 13.401249290860385], [52.52979038094624, 13.40125046683554], [52.529788013974155, 13.401252967531125], [52.52978623295599, 13.401256548161632], [52.52978521223021, 13.401260858229996], [52.529785051712565, 13.401265475836698], [52.52978576711564, 13.401269948978223], [52.5297872884108, 13.40127383979231], [52.52978946668307, 13.401276767418967], [52.52979208870799, 13.4012784452817], [52.529794897823486, 13.401278709139614]]]}, "relation"=>"intersects"}}}}}, "sort"=>[{"updated_at"=>{"order"=>"desc"}}, {"created_at"=>{"order"=>"desc"}}, "_score"]}
  4.  
  5.  
  6. Response for 1m:
  7. {"total":2,"items":[{"name":{"de":["Berlin"]},"categories":{"place":["city"]},"ids":["de/berlin","de/berlino","de/berlijn"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.3866,13.4067],[52.387,13.1315],[52.4064,13.0539],[52.5405,13.0461],[52.5741,13.0649],[52.6322,13.2008],[52.6368,13.2116],[52.6368,13.2869],[52.6367,13.5049],[52.5835,13.7795],[52.4809,13.8976],[52.4207,13.8215],[52.3888,13.7417],[52.3867,13.6359],[52.3866,13.4074],[52.3866,13.4067]]]},"id":"hJfYanobRZSAaRgF0THtgw","type":"place","index":"places","version":"1"},{"name":{"de":["Mitte"]},"categories":{"place":["neighborhood"]},"ids":["de/berlin/mitte","de/berlin/center"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.5055,13.4221],[52.5057,13.4132],[52.5073,13.3836],[52.5075,13.3813],[52.5079,13.3781],[52.5088,13.3769],[52.5091,13.3766],[52.5341,13.3677],[52.5347,13.3681],[52.5358,13.369],[52.5368,13.3706],[52.538,13.3732],[52.5387,13.3771],[52.5393,13.4029],[52.5334,13.4757],[52.5103,13.5155],[52.5057,13.4269],[52.5055,13.4221]]]},"links":[{"href":"http:/localhost:9292/api/places/de/berlin","title":"Berlin","rel":"parent","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/kreuzberg","title":"Kreuzberg","rel":"nearby","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/prenzlauer_berg","title":"Prenzauerberg","rel":"nearby","type":"text/html"}],"id":"ozfTZSbkSxqIrP_E3O51Bg","type":"place","index":"places","version":"1"}]}
  8.  
  9. Query for 300m
  10. {"from"=>0, "size"=>10, "version"=>true, "explain"=>true, "query"=>{"filtered"=>{"query"=>{"match_all"=>{}}, "filter"=>{"geo_shape"=>{"location"=>{"shape"=>{"type"=>"Polygon", "coordinates"=>[[[52.530063347045754, 13.40567674188453], [52.53087971612969, 13.40532394933765], [52.53158980775422, 13.40457374066227], [52.53212411320364, 13.403499551510548], [52.53243033093784, 13.402206531000969], [52.53247848623144, 13.400821248990017], [52.5322638653088, 13.399479306532749], [52.531807476761166, 13.398312062306747], [52.53115399507943, 13.397433774309519], [52.530367387603675, 13.396930415489628], [52.52952465295425, 13.396851258115468], [52.528708283870316, 13.39720405066235], [52.52799819224578, 13.397954259337729], [52.52746388679636, 13.399028448489451], [52.52715766906216, 13.40032146899903], [52.527109513768565, 13.401706751009982], [52.527324134691206, 13.40304869346725], [52.52778052323884, 13.404215937693252], [52.52843400492058, 13.40509422569048], [52.52922061239633, 13.405597584510371], [52.530063347045754, 13.40567674188453]]]}, "relation"=>"intersects"}}}}}, "sort"=>[{"updated_at"=>{"order"=>"desc"}}, {"created_at"=>{"order"=>"desc"}}, "_score"]}
  11.  
  12. Response for 300m
  13.  
  14. {"total":8,"items":[{"name":{"de":["Berlin"]},"categories":{"place":["city"]},"ids":["de/berlin","de/berlino","de/berlijn"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.3866,13.4067],[52.387,13.1315],[52.4064,13.0539],[52.5405,13.0461],[52.5741,13.0649],[52.6322,13.2008],[52.6368,13.2116],[52.6368,13.2869],[52.6367,13.5049],[52.5835,13.7795],[52.4809,13.8976],[52.4207,13.8215],[52.3888,13.7417],[52.3867,13.6359],[52.3866,13.4074],[52.3866,13.4067]]]},"id":"hJfYanobRZSAaRgF0THtgw","type":"place","index":"places","version":"1"},{"name":{"de":["Mitte"]},"categories":{"place":["neighborhood"]},"ids":["de/berlin/mitte","de/berlin/center"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.5055,13.4221],[52.5057,13.4132],[52.5073,13.3836],[52.5075,13.3813],[52.5079,13.3781],[52.5088,13.3769],[52.5091,13.3766],[52.5341,13.3677],[52.5347,13.3681],[52.5358,13.369],[52.5368,13.3706],[52.538,13.3732],[52.5387,13.3771],[52.5393,13.4029],[52.5334,13.4757],[52.5103,13.5155],[52.5057,13.4269],[52.5055,13.4221]]]},"links":[{"href":"http:/localhost:9292/api/places/de/berlin","title":"Berlin","rel":"parent","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/kreuzberg","title":"Kreuzberg","rel":"nearby","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/prenzlauer_berg","title":"Prenzauerberg","rel":"nearby","type":"text/html"}],"id":"ozfTZSbkSxqIrP_E3O51Bg","type":"place","index":"places","version":"1"},{"name":{"de":["Prenzlauer Berg"]},"categories":{"place":["neighborhood"]},"ids":["de/berlin/prenzlauer-berg"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.5274,13.4154],[52.5297,13.4065],[52.5304,13.4062],[52.5547,13.3981],[52.5554,13.4062],[52.5552,13.4294],[52.5499,13.4638],[52.5484,13.4653],[52.5357,13.4683],[52.5305,13.4618],[52.5301,13.4612],[52.5284,13.4574],[52.5276,13.4519],[52.5274,13.4154]]]},"links":[{"href":"http:/localhost:9292/api/places/de/berlin","title":"Berlin","rel":"parent","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/kreuzberg","title":"Kreuzberg","rel":"nearby","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/mitte","title":"Berlin","rel":"nearby","type":"text/html"}],"id":"qfMgJyh0SaKOP4G8eUkDMQ","type":"place","index":"places","version":"1"},{"ids":["de/berlin/mitte/Wind & Wetter"],"location":{"type":"Point","coordinates":[52.530217,13.400678]},"name":{"de":["Wind & Wetter"]},"links":[{"href":"http:/localhost:9292/api/places/ozfTZSbkSxqIrP_E3O51Bg","title":"Mitte","rel":"parent","type":"text/html"}],"id":"MUSjplzJRFSPMXpJcPAt_g","type":"place","index":"places","version":"1"},{"ids":["de/berlin/mitte/St Oberholz"],"location":{"type":"Point","coordinates":[52.529528,13.401856]},"name":{"de":["St Oberholz"]},"links":[{"href":"http:/localhost:9292/api/places/ozfTZSbkSxqIrP_E3O51Bg","title":"Mitte","rel":"parent","type":"text/html"}],"id":"iX2E-KRPT0apPcwm74YJgA","type":"place","index":"places","version":"1"},{"ids":["de/berlin/mitte/Mein Haus am See"],"location":{"type":"Point","coordinates":[52.530148,13.400708]},"name":{"de":["Mein Haus am See"]},"links":[{"href":"http:/localhost:9292/api/places/ozfTZSbkSxqIrP_E3O51Bg","title":"Mitte","rel":"parent","type":"text/html"}],"id":"zyZgYS0IQP-7h2S85tiWBQ","type":"place","index":"places","version":"1"},{"ids":["de/berlin/mitte/Fabische"],"location":{"type":"Point","coordinates":[52.529384,13.401387]},"name":{"de":["Fabische"]},"links":[{"href":"http:/localhost:9292/api/places/ozfTZSbkSxqIrP_E3O51Bg","title":"Mitte","rel":"parent","type":"text/html"}],"id":"JEmFlNTSQP2s-sDyOFmV5w","type":"place","index":"places","version":"1"},{"ids":["de/berlin/mitte/The Circus Hotel"],"location":{"type":"Point","coordinates":[52.529384,13.401387]},"name":{"de":["The Circus Hotel"]},"links":[{"href":"http:/localhost:9292/api/places/ozfTZSbkSxqIrP_E3O51Bg","title":"Mitte","rel":"parent","type":"text/html"}],"id":"2s7drygOTuuu8T7Uke6QQg","type":"place","index":"places","version":"1"}]}
  15.  
  16. Schema:
  17. {"places":{"poi":{"_all":{"enabled":false},"properties":{"location":{"type":"geo_shape"}}},"wikipedia":{"_all":{"enabled":false},"properties":{"location":{"type":"geo_shape"}}},"hub":{"_all":{"enabled":false},"properties":{"location":{"type":"geo_shape"}}},"place":{"_all":{"enabled":false},"properties":{"categories":{"dynamic":"true","properties":{"place":{"type":"string"}}},"created_at":{"type":"date","format":"dateOptionalTime"},"ids":{"type":"string","index":"not_analyzed","omit_norms":true,"index_options":"docs"},"links":{"dynamic":"true","properties":{"href":{"type":"string"},"rel":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}}},"location":{"type":"geo_shape","tree_levels":6},"name":{"dynamic":"true","properties":{"de":{"type":"string"}}},"source":{"type":"string"},"updated_at":{"type":"date","format":"dateOptionalTime"}}}}}
  18.  
  19. Indexed data:
  20.  
  21. {"name":{"de":["Berlin"]},"categories":{"place":["city"]},"ids":["de/berlin","de/berlino","de/berlijn"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.3866,13.4067],[52.387,13.1315],[52.4064,13.0539],[52.5405,13.0461],[52.5741,13.0649],[52.6322,13.2008],[52.6368,13.2116],[52.6368,13.2869],[52.6367,13.5049],[52.5835,13.7795],[52.4809,13.8976],[52.4207,13.8215],[52.3888,13.7417],[52.3867,13.6359],[52.3866,13.4074],[52.3866,13.4067]]]},"id":"j4hSno-2Qse9GDSq46BvRg","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/j4hSno-2Qse9GDSq46BvRg"}}
  22. {"name":{"de":["Mitte"]},"categories":{"place":["neighborhood"]},"ids":["de/berlin/mitte","de/berlin/center"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.5055,13.4221],[52.5057,13.4132],[52.5073,13.3836],[52.5075,13.3813],[52.5079,13.3781],[52.5088,13.3769],[52.5091,13.3766],[52.5341,13.3677],[52.5347,13.3681],[52.5358,13.369],[52.5368,13.3706],[52.538,13.3732],[52.5387,13.3771],[52.5393,13.4029],[52.5334,13.4757],[52.5103,13.5155],[52.5057,13.4269],[52.5055,13.4221]]]},"links":[{"href":"http:/localhost:9292/api/places/de/berlin","title":"Berlin","rel":"parent","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/kreuzberg","title":"Kreuzberg","rel":"nearby","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/prenzlauer_berg","title":"Prenzauerberg","rel":"nearby","type":"text/html"}],"id":"BajtgWeUR9eomXfpr50bNA","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/BajtgWeUR9eomXfpr50bNA"}}
  23. {"name":{"de":["Kreuzberg"]},"categories":{"place":["neighborhood"]},"ids":["de/berlin/kreuzberg","de/berlino/kreuzmontino","de/berlijn/kreuzberg"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.485,13.3838],[52.4851,13.3741],[52.496,13.3711],[52.5032,13.374],[52.5065,13.3766],[52.5068,13.3771],[52.5072,13.3784],[52.5078,13.3927],[52.5077,13.4275],[52.5072,13.4321],[52.5044,13.4383],[52.4989,13.45],[52.4984,13.4507],[52.4973,13.4503],[52.4916,13.4398],[52.4866,13.424],[52.4865,13.4233],[52.4851,13.3871],[52.485,13.3838]]]},"links":[{"href":"http:/localhost:9292/api/places/de/berlin","title":"Berlin","rel":"parent","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/mitte","title":"Berlin","rel":"nearby","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/prenzlauer_berg","title":"Prenzauerberg","rel":"nearby","type":"text/html"}],"id":"zYrWFgQbTqCqON04WDSChQ","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/zYrWFgQbTqCqON04WDSChQ"}}
  24. {"name":{"de":["Prenzlauer Berg"]},"categories":{"place":["neighborhood"]},"ids":["de/berlin/prenzlauer-berg"],"source":"testdata","location":{"type":"Polygon","coordinates":[[[52.5274,13.4154],[52.5297,13.4065],[52.5304,13.4062],[52.5547,13.3981],[52.5554,13.4062],[52.5552,13.4294],[52.5499,13.4638],[52.5484,13.4653],[52.5357,13.4683],[52.5305,13.4618],[52.5301,13.4612],[52.5284,13.4574],[52.5276,13.4519],[52.5274,13.4154]]]},"links":[{"href":"http:/localhost:9292/api/places/de/berlin","title":"Berlin","rel":"parent","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/kreuzberg","title":"Kreuzberg","rel":"nearby","type":"text/html"},{"href":"http:/localhost:9292/api/places/de/berlin/mitte","title":"Berlin","rel":"nearby","type":"text/html"}],"id":"whirM_8wSIOphogoEv2UAA","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/whirM_8wSIOphogoEv2UAA"}}
  25. {"ids":["de/berlin/mitte/Wind & Wetter"],"location":{"type":"Point","coordinates":[52.530217,13.400678]},"name":{"de":["Wind & Wetter"]},"links":[{"href":"http:/localhost:9292/api/places/BajtgWeUR9eomXfpr50bNA","title":"Mitte","rel":"parent","type":"text/html"}],"id":"DijxKrc_QSimbVhYhzEALA","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/DijxKrc_QSimbVhYhzEALA"}}
  26. {"ids":["de/berlin/mitte/St Oberholz"],"location":{"type":"Point","coordinates":[52.529528,13.401856]},"name":{"de":["St Oberholz"]},"links":[{"href":"http:/localhost:9292/api/places/BajtgWeUR9eomXfpr50bNA","title":"Mitte","rel":"parent","type":"text/html"}],"id":"iXFWKeuFRWm8Ih-SLLqZJQ","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/iXFWKeuFRWm8Ih-SLLqZJQ"}}
  27. {"ids":["de/berlin/mitte/Mein Haus am See"],"location":{"type":"Point","coordinates":[52.530148,13.400708]},"name":{"de":["Mein Haus am See"]},"links":[{"href":"http:/localhost:9292/api/places/BajtgWeUR9eomXfpr50bNA","title":"Mitte","rel":"parent","type":"text/html"}],"id":"7jMzdJrzRoS9_V0saxRq5w","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/7jMzdJrzRoS9_V0saxRq5w"}}
  28. {"ids":["de/berlin/mitte/Fabische"],"location":{"type":"Point","coordinates":[52.529384,13.401387]},"name":{"de":["Fabische"]},"links":[{"href":"http:/localhost:9292/api/places/BajtgWeUR9eomXfpr50bNA","title":"Mitte","rel":"parent","type":"text/html"}],"id":"yOk2TDS0R4aNm0sDtluE0w","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/yOk2TDS0R4aNm0sDtluE0w"}}
  29. {"ids":["de/berlin/mitte/The Circus Hotel"],"location":{"type":"Point","coordinates":[52.529384,13.401387]},"name":{"de":["The Circus Hotel"]},"links":[{"href":"http:/localhost:9292/api/places/BajtgWeUR9eomXfpr50bNA","title":"Mitte","rel":"parent","type":"text/html"}],"id":"dEy3zpJ0R_u-8zd5LAO3vQ","version":"1","type":"place","index":"places","self":{"type":"application/json","href":"http://localhost:9292/api/places/dEy3zpJ0R_u-8zd5LAO3vQ"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement