RE: large index vs multicore

2009-05-07 Thread Manepalli, Kalyan
colas Pastorino [mailto:n...@ez.no] Sent: Thursday, May 07, 2009 10:21 AM To: solr-user@lucene.apache.org Subject: Re: large index vs multicore Hi, and sorry for slightly hijacking the thread, On Mar 26, 2009, at 2:54 , Otis Gospodnetic wrote: > > Hi, > > Without knowing the details, I

Re: large index vs multicore

2009-05-07 Thread Nicolas Pastorino
matext.com/ -- Lucene - Solr - Nutch - Original Message From: "Manepalli, Kalyan" To: "solr-user@lucene.apache.org" Sent: Wednesday, March 25, 2009 5:46:40 PM Subject: large index vs multicore Hi All, In my project, I have one primary core containing all

RE: large index vs multicore

2009-03-27 Thread Manepalli, Kalyan
inley [mailto:ryan...@gmail.com] Sent: Wednesday, March 25, 2009 8:54 PM To: solr-user@lucene.apache.org Subject: Re: large index vs multicore > > My question is - From design and query speed point of - should I add > new core to handle the additional data or should I add the d

Re: large index vs multicore

2009-03-25 Thread Otis Gospodnetic
matext.com/ -- Lucene - Solr - Nutch - Original Message > From: "Manepalli, Kalyan" > To: "solr-user@lucene.apache.org" > Sent: Wednesday, March 25, 2009 5:46:40 PM > Subject: large index vs multicore > > Hi All, > In my projec

Re: large index vs multicore

2009-03-25 Thread Ryan McKinley
My question is - From design and query speed point of - should I add new core to handle the additional data or should I add the data to the existing core. Do you ever need to get results from both sets of data in the same query? If so, putting them in the same index will be faster. If

large index vs multicore

2009-03-25 Thread Manepalli, Kalyan
Hi All, In my project, I have one primary core containing all the basic information for a product. Now I need to add additional information which will be searched and displayed in conjunction with the product results. My question is - From design and query speed point of - should I ad