Re: Error when creating collection with Solr 9 data node and Solr 8 overseer node

2024-10-24 Thread David Smiley
Based on the problem description, it seems you might have a work-around of submitting collection admin commands to the Overseer node instead? At least during the upgrade. Also... I wonder if upgrading to 9.0 instead of 9.6 may help. Not that I know of anything specific that's incompatible but I c

Re: org.locationtech.jts.geom.TopologyException with a topology that "looks" valid?

2024-10-24 Thread David Smiley
No, but I want to say that's so weird. I think it's ultimately a JTS issue and mybe a Spatial4j issue and not a Solr issue. You might try the latest JTS. You could work around the problem by basically doing a disjunction (OR) across multiple spatial query clauses, all in one FQ. Something li

org.locationtech.jts.geom.TopologyException with a topology that "looks" valid?

2024-10-24 Thread Carlo Ascani
Hi all, I am getting: { "responseHeader": { "status": 400, "QTime": 62, "params": { "q": "*:*", "fq": "{!field f=geo_rpt v='Intersects(MULTIPOLYGON(((13.272047419856218 48.20342387325925,13.370237727473405 48.244137723977545,13.44302215130153 48.17504227627839,13.3839706

Re: 500 Error when attempting to post (Solr 9.7, MacOS 15.0.1)

2024-10-24 Thread Christos Malliaridis
I followed the instructions from https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-tika.html with the techproducts example and I was able to reproduce the 500 file permission error. However, changing the line had no effect (restarted and rebuilt the project and instance as wel