Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-18 Thread Moritz Michael
ct: Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216 To: solr-user <solr-user@lucene.apache.org> OK, then what do you mean by: bq: I'm trying to upgrade a Solr 4.6 index to Solr 6. The upgrade does fail with an error. ?? Exactly what steps did you follow when you saw the fail

Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-18 Thread Erick Erickson
why I used the checkIndex tool of Solr 5). > > > > > _ > From: Alan Woodward <a...@flax.co.uk> > Sent: Samstag, Juni 17, 2017 4:50 PM > Subject: Re: org.apache.lucene.index.CheckIndex throws Illegal initial > capacity: -16777216

Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-17 Thread Moritz Michael
<a...@flax.co.uk> Sent: Samstag, Juni 17, 2017 4:50 PM Subject: Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216 To: <solr-user@lucene.apache.org> Solr/Lucene 6 can’t read 4.6 index files, only 5.x ones. So you’ll need to upgrade from 4.6 to 5.x using the

Re: org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-17 Thread Alan Woodward
Solr/Lucene 6 can’t read 4.6 index files, only 5.x ones. So you’ll need to upgrade from 4.6 to 5.x using the upgrade tool from the latest 5.x release, then from 5.x to 6 using the current upgrade tool. Alan Woodward www.flax.co.uk > On 17 Jun 2017, at 10:08, Moritz Michael

org.apache.lucene.index.CheckIndex throws Illegal initial capacity: -16777216

2017-06-17 Thread Moritz Michael
Hello, I'm trying to upgrade a Solr 4.6 index to Solr 6. The upgrade does fail with an error. I tried to check the index with org.apache.lucene.index.CheckIndex using this command: java -cp lucene-core-5.5.4.jar:lucene-backward-codecs-5.5.4.jar -ea:org.apache.lucene...