Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid arguments for location_rpt and bbox. #11

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mosuka
Copy link

@mosuka mosuka commented May 19, 2016

Invalid arguments:{units=degrees} occured on Solr 6.0.0.
Please see following messages;

org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://localhost:8983/solr: Error CREATEing SolrCore 'silkconfig_shard1_replica1': Unable to create core [silkconfig_shard1_replica1] Caused by: schema fieldtype location_rpt(org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType) invalid arguments:{units=degrees}
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://localhost:8983/solr: Error CREATEing SolrCore 'silkconfig_shard1_replica1': Unable to create core [silkconfig_shard1_replica1] Caused by: schema fieldtype bbox(org.apache.solr.schema.BBoxField) invalid arguments:{units=degrees}

I changed “units" to “distanceUnits".

@ligadata-mjalajel
Copy link

I was trying to submit the same PR. Please merge it into dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants