Re: Point query on a LatLonPoint field

2025-06-09 Thread Ignacio Vera
I tried to move the API toward this direction ( https://github.com/apache/lucene/issues/10194) but I got pushed back. On Mon, Jun 9, 2025 at 8:22 PM Tomás Fernández Löbbe wrote: > Thanks a lot Ignacio, > This does seem to work. I'm wondering why this is not part of the query > processing itsel

Re: Point query on a LatLonPoint field

2025-06-09 Thread Tomás Fernández Löbbe
Thanks a lot Ignacio, This does seem to work. I'm wondering why this is not part of the query processing itself? Are there situations in which someone would not want this behavior? Tomas On Mon, Jun 9, 2025 at 11:02 AM Ignacio Vera wrote: > That is actually expected as the query is trying to ma

Re: Point query on a LatLonPoint field

2025-06-09 Thread Ignacio Vera
That is actually expected as the query is trying to match the original point with the encoded point in the index, therefore is not matching. There are other cases where results are not as expected, for example if you index the points from a polygon and then you make a polygon query using that polyg