Error while merging Solr indexes

2015-11-08 Thread Vijay Mhaskar - 2
Merging works fine when we try to merge core with less than ~1 records. What can be issue here? -- View this message in context: http://lucene.472066.n3.nabble.com/Error-while-merging-Solr-indexes-tp4239090.html Sent from the Solr - User mailing list archive at Nabble.com.

Merging solr indexes with duplicate keys - merging duplicate documents

2013-03-30 Thread Gagandeep singh
Hi folks We have a use case where i have 2 solr indexes with the same schema but different field populated, for example: Common schema: // Unique key Now i have one index which stores the information about products (first 5 fields). This index is built every 2 days. I have a 2nd in

Re: Question regarding merging Solr indexes

2009-08-09 Thread Shalin Shekhar Mangar
On Sun, Aug 9, 2009 at 7:36 PM, ahammad wrote: > > Yes, that is exactly what I did. > > If I copy that link, I get a 404 error saying that I need a core name in > the > URL. If I add the core name in the URL, I get forwarded to the core's admin > panel, and nothing happens. Am I missing something

Re: Question regarding merging Solr indexes

2009-08-09 Thread ahammad
in page for core3. Maybe the way I >> reference the indexes is incorrect? What path goes there anyway? >> > > Look at > http://wiki.apache.org/solr/MergingSolrIndexes#head-0befd0949a54b6399ff926062279afec62deb9ce > > -- > Regards, > Shalin Shekhar Mangar. > >

Re: Question regarding merging Solr indexes

2009-08-07 Thread Shalin Shekhar Mangar
On Fri, Aug 7, 2009 at 10:45 PM, ahammad wrote: > > Hello, > > I have a MultiCore setup with 3 cores. I am trying to merge the indexes of > core1 and core2 into core3. I looked at the wiki but I'm somewhat unclear > on > what needs to happen. > > This is what I used: > > > http://localhost:9085/s

Question regarding merging Solr indexes

2009-08-07 Thread ahammad
Dir=/solrHome/core1/data/index&indexDir=/solrHome/core2/data/index&commit=true When I hit this I just go to the admin page for core3. Maybe the way I reference the indexes is incorrect? What path goes there anyway? Thanks -- View this message in context: http://www.nabble.com/Question-r

Re: Merging Solr Indexes

2009-04-01 Thread Ning Li
ssage >> From: vivek sar >> To: solr-user@lucene.apache.org >> Sent: Wednesday, April 1, 2009 4:26:04 AM >> Subject: Re: Merging Solr Indexes >> >> Thanks Otis. Could you write to same core (same index) from multiple >> threads at the same time? I thou

Re: Merging Solr Indexes

2009-04-01 Thread Otis Gospodnetic
ssage > From: vivek sar > To: solr-user@lucene.apache.org > Sent: Wednesday, April 1, 2009 4:26:04 AM > Subject: Re: Merging Solr Indexes > > Thanks Otis. Could you write to same core (same index) from multiple > threads at the same time? I thought each writer would lock th

Re: Merging Solr Indexes

2009-04-01 Thread vivek sar
;> To: solr-user@lucene.apache.org >> Sent: Tuesday, March 31, 2009 1:59:01 PM >> Subject: Merging Solr Indexes >> >> Hi, >> >>   As part of speeding up the index process I'm thinking of spawning >> multiple threads which will write to different te

Re: Merging Solr Indexes

2009-03-31 Thread Otis Gospodnetic
possible to do programatically). Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: vivek sar > To: solr-user@lucene.apache.org > Sent: Tuesday, March 31, 2009 1:59:01 PM > Subject: Merging Solr Indexes > > Hi, > > As part

Merging Solr Indexes

2009-03-31 Thread vivek sar
Hi, As part of speeding up the index process I'm thinking of spawning multiple threads which will write to different temporary SolrCores. Once the index process is done I want to merge all the indexes in temporary cores to a master core. For ex., if I want one SolrCore per day then every index c