Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Zheng Lin Edwin Yeo
Thanks for the information Shawn. It works when I remove the units parameter entirely. Regards, Edwin On 25 May 2016 at 21:49, Shawn Heisey wrote: > On 5/25/2016 3:54 AM, Zheng Lin Edwin Yeo wrote: > > Thanks for your reply. I have found that the problem is with the > > units="degrees" in sch

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Shawn Heisey
On 5/25/2016 3:54 AM, Zheng Lin Edwin Yeo wrote: > Thanks for your reply. I have found that the problem is with the > units="degrees" in schema.xml Caused by: java.lang.RuntimeException: > schema fieldtype > location_rpt(org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType) > invalid argument

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Zheng Lin Edwin Yeo
; On Wed, May 25, 2016 at 9:09 AM, Zheng Lin Edwin Yeo > > wrote: > > > Hi, > > > > I'm in the process of upgrading from Solr 5.4.0 to Solr 6.0.0. > > > > However, when I migrate the index over, it says that there is Error > loading > > sol

Re: Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Alessandro Benedetti
find any problem! Cheers On Wed, May 25, 2016 at 9:09 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > I'm in the process of upgrading from Solr 5.4.0 to Solr 6.0.0. > > However, when I migrate the index over, it says that there is Error loading > solr config from solrconfig.xml. >

Upgrading from Solr 5.4.0 to Solr 6.0.0

2016-05-25 Thread Zheng Lin Edwin Yeo
Hi, I'm in the process of upgrading from Solr 5.4.0 to Solr 6.0.0. However, when I migrate the index over, it says that there is Error loading solr config from solrconfig.xml. Is there is anything that is not comparable from Solr 5.4.0 which may causes this? I have change