Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2020-01-09 Thread Paras Lehana
Hi Ken, I also recommend at least reading if not following "Taking Solr to Production": https://lucene.apache.org/solr/guide/8_4/taking-solr-to-production.html. Following this cleared my doubts regarding upgradation and core referencing while made upgradation very easy and fast. While starting S

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-25 Thread David Hastings
Exactly. Although I’m a bit curious why your going a .1 version up, I always wait until an x2, so I won’t be upgrading until 9.3 > On Dec 25, 2019, at 9:45 AM, Erick Erickson wrote: > > Should work. At any rate, just try it. Since all you’re doing is copying > data, even if the new installat

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-25 Thread Erick Erickson
Should work. At any rate, just try it. Since all you’re doing is copying data, even if the new installation doesn’t work you still have the original. > On Dec 25, 2019, at 1:35 AM, Ken Walker wrote: > > Hello Erick, > > Thanks for your reply! > > You mean that, we should follow below steps ri

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-24 Thread Ken Walker
Hello Erick, Thanks for your reply! You mean that, we should follow below steps right? Here is the data directory path : solr/solr-8.2.0/server/solr/product/item_core/data STEPS :- 1. Stop old solr-8.2.0 server 2. Copy data directory (from old solr version to new solr version) copy solr/solr-8.2

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-24 Thread Erick Erickson
Here’s the very simplest way: 1> shut down your 8.2 Solr instance 2> install your 8.3.1 instance on the same machine 3> when you start your 8.3.1 instance, specify the environment variable SOLR_HOME to point to the same one you used in 8.2 If you don’t know what SOLR_HOME used to point to, bring

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-24 Thread Ken Walker
Hello Jörn, Thanks for your reply! As per Shawn "Why not just copy the index and use it directly rather than importing it? Solr 8.x can directly use indexes built by versions back to 7.0.0." in previous mail comment. Is it possible and how we can do that ? Thanks in advance - Ken On Tue, Dec

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-24 Thread Jörn Franke
It seems that you got this handed over with little documentation. You have to explore what the import handler does. This is a custom configuration that you need to check how it works. Then as already said. You can simply install another version of Solr if you are within a Solr major version 8.x

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-24 Thread Ken Walker
Hello Shawn, Thanks for your reply! Actually we don't know how its works ( just copy the index ) so could you please give us some reference urls or any steps for it? Thanks in advance - Ken On Tue, Dec 24, 2019 at 11:56 AM Shawn Heisey wrote: > > On 12/23/2019 9:58 PM, Ken Walker wrote: > > We

Re: Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-23 Thread Shawn Heisey
On 12/23/2019 9:58 PM, Ken Walker wrote: We are upgrading solr version from solr 8.2.0 version to solr 8.3.1 version but we have faced out of memory error while importing data and then we have extended memory in our server and then again start importing process but it has work too slowy for 8GB d

Help for importing large data (approx. 8GB) from old solr version to new solr version

2019-12-23 Thread Ken Walker
Hello, We are using solr version 8.2.0 in our production server. We are upgrading solr version from solr 8.2.0 version to solr 8.3.1 version but we have faced out of memory error while importing data and then we have extended memory in our server and then again start importing process but it has