Re: Problem with GeoJSON field in SOLR 8.11.1

2024-10-20 Thread David Smiley
ly our fieldType configuration to > use suggested work-around with different GeoJSON Reader? > > > > Best regards, > > Beatrycze > > > > *Von:* David Smiley > *Gesendet:* Dienstag, 15. Oktober 2024 00:00 > *An:* dev@solr.apache.org; Volk, Beatrycze > > *B

Re: Problem with GeoJSON field in SOLR 8.11.1

2024-10-14 Thread David Smiley
Hi, This is a known limitation, inside a dependency of Solr's: https://github.com/locationtech/spatial4j/issues/227 But as indicated in that issue, you might be able to work-around by using the JTS spatial context, which uses a different GeoJSON Reader. I think, anyway; it's been a long time. ~