You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by hank <ha...@hotmail.com> on 2020/12/18 15:34:21 UTC

Help understanding with Arbitrary Rectangle

Hi,
I'm trying to search within a rectangle using the Filtering by an Arbitrary Rectangle method, by query below doesn't return any results, I know that items are present within that area.

http://drupalvm.local:8983/solr/cars/select?&q=:&fq=locs_computed_location:[51.996461924257,-4.770558354898171%20TO%2052.094510963399976,-4.489583013101296]&wt=json

In solr I have:

Field: locs_computed_location
Field-Type:org.apache.solr.schema.LatLonType

I know the documentation mentions this method does not support rectangles that cross the dateline, but shouldn't be an issue here. I'm a bit lost as to why this isn't working, there are no errors being shown to help debug this. Any ideas what or what isn't going on will be welcomed.

Thanks