Hey thanks a lot !

Now it works just fine. I didn't see that coming, I thought ES was 
complaining if envelope's coordinates was reverted. My bad...

Nicolas

Le lundi 24 février 2014 15:58:24 UTC+1, Alexander Reelsen a écrit :
>
> Hey,
>
> if there is an error, can you please open a github issue? However the 
> envelope shape expects you to set an upper left and lower right boundary. 
> Your coordinates more look like lower left and upper right (meaning you 
> might create quite a huge envelope acutally) - which obviously does not 
> matter for a polygon
>
>
> --Alex
>
>
> On Sat, Feb 22, 2014 at 11:14 AM, Nicolas THOMASSON 
> <nico.th...@gmail.com<javascript:>
> > wrote:
>
>> Hello,
>>
>> I'm new to ES. Please forgive me if I'm asking something stupid.
>>
>> Is there a fundamental difference between indexing an envelope or 
>> indexing a polygon ?
>>
>> For example if I define the area as a envelope
>>
>> {
>>       "frame":{
>>         "type":"envelope",
>>         "coordinates": [[3,4],[1,2]]
>>       }
>> }
>>
>> or as a polygon
>>
>> {
>>       "frame":{
>>         "type":"polygon",
>>         "coordinates": [[[3,4],[3,2],[1,2],[1,4],[3,4]]]
>>       }
>> }
>>
>> As in my comprehension they both define the same area, should I be able 
>> to perform the same queries whatever the way I defined the area ? 
>> (Currently I have a search query that returns wrong results on the envelope 
>> and seems to perform well on the polygon.)
>>
>> Thanks for your help,
>>
>> Nicolas
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "elasticsearch" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to elasticsearc...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/a2fa0fd8-f9a9-435b-9d34-e603c7242d2f%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/01f3c770-60b3-494c-bac5-bba5a1ef673e%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to