Re: Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-09 Thread Erick Erickson
Glad to hear it. Now, if you want to be really bold (and I haven’t verified it, but it _should_ work). Rather than copy the index, try this: 1> spin up a one-replica empty collection 2> use the REPLICATION API to copy the index from the re-indexed source. 3> ADDREPLICAs as before. <2> looks

Re: Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-09 Thread kevinc
Thanks so much - your approaches worked a treat! Best, Kevin. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-08 Thread Kevin Cunningham
Hi all, I'm sure I've done this before but this seems to be falling down a bit and I was wondering if anyone had any helpful ideas. I have a large index (51GB) that exists in a 4 node Solr Cloud instance. The reprocessing for this takes a long time and so we normally reindex on a secondary

Re: Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-08 Thread Shawn Heisey
On 4/8/2019 10:06 AM, Shawn Heisey wrote: * Make sure you have a copy of the source index directory. * Do not copy the tlog directory from the source. * Create the collection in the target cloud. * Shut down the target cloud completely. * Delete all the index directories in the cloud. * Copy the

Re: Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-08 Thread Shawn Heisey
On 4/8/2019 8:59 AM, kevinc wrote: I have reindexed to a single Solr 6.6.0 index and spun up a new 3 node Solr cluster with 1 shard and replication factor of 3. I want to copy over the index and have it replicate to the rest of the cluster. I have taken a copy of the data directory from the

Re: Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-08 Thread Erick Erickson
Here’s what I’d do: 1> Just spin up a _one_ node cluster and copy the index from your offline process and start Solr. I’l probably do this with Solr down. 2> Use the ADDREPLICA command to build out that cluster. The index copy associated with ADDREPLICA is robust. I’d wait until each replica

Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-08 Thread kevinc
Hi all, I'm sure I've done this before but this seems to be falling down a bit and I was wondering if anyone had any helpful ideas. I have a large index (51GB) that exists in a 4 node Solr Cloud instance. The reprocessing for this takes a long time and so we normally reindex on a secondary

Re: Error after moving index

2017-06-22 Thread Erick Erickson
e copy operation wasn't successful. > BestMoritz > > > > _ > From: Michael Kuhlmann <k...@solr.info> > Sent: Donnerstag, Juni 22, 2017 2:50 PM > Subject: Re: Error after moving index > To: <solr-user@lucene.apache.org> >

Re: Error after moving index

2017-06-22 Thread Susheel Kumar
ration wasn't successful. > BestMoritz > > > > _ > From: Michael Kuhlmann <k...@solr.info> > Sent: Donnerstag, Juni 22, 2017 2:50 PM > Subject: Re: Error after moving index > To: <solr-user@lucene.apache.org> > > >

Re: Error after moving index

2017-06-22 Thread Moritz Michael
asn't successful.  BestMoritz _ From: Michael Kuhlmann <k...@solr.info> Sent: Donnerstag, Juni 22, 2017 2:50 PM Subject: Re: Error after moving index To: <solr-user@lucene.apache.org> Hi Moritz, did you stop your loca

Re: Error after moving index

2017-06-22 Thread Moritz Michael
_ From: Michael Kuhlmann <k...@solr.info> Sent: Donnerstag, Juni 22, 2017 2:50 PM Subject: Re: Error after moving index To: <solr-user@lucene.apache.org> Hi Moritz, did you stop your local Solr sever before? Copying data fr

Re: Error after moving index

2017-06-22 Thread Michael Kuhlmann
Hi Moritz, did you stop your local Solr sever before? Copying data from a running instance may cause headaches. If yes, what happens if you copy everything again? It seems that your copy operations wasn't successful. Best, Michael Am 22.06.2017 um 14:37 schrieb Moritz Munte: > Hello, > > > >

Error after moving index

2017-06-22 Thread Moritz Munte
Hello, I created an index on my local machine (Windows 10) and it works fine there. After uploading the index to the production server (Linux), the server shows an error: java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core

Re: moving index

2007-09-27 Thread Yonik Seeley
On 9/27/07, Jae Joo [EMAIL PROTECTED] wrote: I do need to move the index files, but have a concerns any potential problem including performance? Do I have to keep the original document for querying? I assume you posted XML documents in Solr XML format (like adddoc...)? If so, that is just an