Re: Error after moving index

2017-06-22 Thread Moritz Michael
BTW, is there a better/recommended way to transfer an index to another solr? On Thu, Jun 22, 2017 at 6:09 PM +0200, "Moritz Michael" <moritz.mu

Re: Error after moving index

2017-06-22 Thread Moritz Michael
Hello Michael, I used the backup functionality to create a snapshot and uploaded this snapshot, so I feel it should be save.  I'll try it again. Maybe the copy operation wasn't successful.  BestMoritz

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

2017-06-18 Thread Moritz Michael
ure? Because is sounds like you tried to put a Solr 6 directory over a 4x index, but then you say you're aware that you can't do that so I'm all confused. Did you try the 4.6 checkindex program? Best, Erick On Sat, Jun 17, 2017 at 1:43 PM, Moritz Michael <moritz.mu...@g

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

2017-06-17 Thread Moritz Michael
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 <moritz.mu...@gmail.com> wrote: > > Hello, > > I'm trying to upgrade a Solr 4.6 index to Solr 6. > The upg

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...

eDisMax with nested documents

2017-05-29 Thread Moritz Michael
Hello, I'm new to this list and having a question regarding nested documents with scoring through eDisMax. We do have an index of e-books that contains the metadata of the e-book and each page as a single document: - Book 1 - Page 1 - Page 2 - Page 3 - ... -