Closed waynegraham closed 9 years ago
@waynegraham the solrConfig
https://github.com/geoblacklight/geoblacklight-schema/blob/master/conf/solrconfig.xml#L23 we use specifies at least version 4.7. I know Solr changed a lot of spatial stuff from 4.0 - 4.10 so that may be an issue. Just to check, do you have the location_rpt
type configured in your Schema?
Yeah, the only difference between the config I have and the master branch is changing the least version of Lucene (it was changed to 4.4). I'll dive in to this a bit more, if I find anything out I'll post here.
Yes, you need Solr 4.7 or later to support the ENVELOPE
syntax. They upgraded to Spatial4J 0.4 which has the ENVELOPE
syntax support.
See http://lucene.apache.org/solr/4_7_0/changes/Changes.html#v4.7.0.new_features and https://github.com/spatial4j/spatial4j/blob/master/CHANGES.md
Thanks! I had just found a reference to https://issues.apache.org/jira/browse/LUCENE-5395 in the change log which got fixed in 4.7.x. Now to see if I can get the server admins to update that
I am trying to post Solr docs to a Solr 4.4 instance. In 4.10.x, they post fine, but in 4.4, I get
Before I dug too far in to this, I wanted to check to see if anyone knew if there was something weird about this particular version of Solr.
Thanks!