Index structuring

2008-05-31 Thread Ritesh Ambastha
Dear Readers, I am a newbie in solr world. I have successfully deployed solr on my machine, and I am able to index a large DB table. I am pretty sure that internal index structure of solr is much capable to handle large data sets. But, say my data size keeps growing at jet speed, then what sho

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
julio, Looks like it is a bug. We can give u a new TemplateTransformer.java which we will incorporate in the next patch --Noble On Sat, May 31, 2008 at 12:24 AM, Julio Castillo <[EMAIL PROTECTED]> wrote: > I'm sorry Shalin, but I still get the same Null Pointer exception. This is > my complete dat

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-31 Thread Shalin Shekhar Mangar
Hi Julio, I've fixed the bug, can you please replace the exiting TemplateTransformer.java in the SOLR-469.patch and use the attached TemplateTransformer.java file. We'll add the changes to our next patch. Sorry for all the trouble. On Sat, May 31, 2008 at 10:31 PM, Noble Paul നോബിള്‍ नोब्ळ् <[EMA

Re: Index structuring

2008-05-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
You could have been more specific on the dataset size. If your data volumes are growing you can partition your index into multiple shards. http://wiki.apache.org/solr/DistributedSearch --Noble On Sat, May 31, 2008 at 9:02 PM, Ritesh Ambastha <[EMAIL PROTECTED]> wrote: > > Dear Readers, > > I am a

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-31 Thread Julio Castillo
Not a problem Shalin, On the contrary, thanks for all your hard work. I will try it as soon as possible. ** julio -Original Message- From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2008 10:26 AM To: solr-user@lucene.apache.org Subject: Re: How to describe