Re: Partition index by time using Solr

2009-03-26 Thread Otis Gospodnetic
/solr/CoreAdmin#head-7ca1b98a9df8b8ca0dcfbfc49940ed5ac98c4a08 Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: vivek sar > To: solr-user@lucene.apache.org > Sent: Thursday, March 26, 2009 4:22:40 PM > Subject: Re: Partition index by time using Solr

Re: Partition index by time using Solr

2009-03-26 Thread vivek sar
Thanks again Otis. Few more questions, 1) My app currently is a stand-alone java app (not part of Solr JVM) that simply calls update webservice on Solr (running in a separate web container) passing 10k documents at once. In your example you mentioned getting list of Indexers and adding document t

Re: Partition index by time using Solr

2009-03-26 Thread Otis Gospodnetic
009 12:58:04 PM > Subject: Re: Partition index by time using Solr > > Thanks Otis for the response. I'm still not clear on few things, > > 1) I thought Solr can work with only one index at a time. In order to > have multiple indexes you need multiple instances of Solr - isn'

Re: Partition index by time using Solr

2009-03-26 Thread vivek sar
From: vivek sar >> To: solr-user@lucene.apache.org >> Sent: Wednesday, March 25, 2009 3:52:11 PM >> Subject: Partition index by time using Solr >> >> Hi, >> >> I've used Lucene before, but new to Solr. I've gone through the >> maili

Re: Partition index by time using Solr

2009-03-25 Thread Otis Gospodnetic
to be Solr. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: vivek sar > To: solr-user@lucene.apache.org > Sent: Wednesday, March 25, 2009 3:52:11 PM > Subject: Partition index by time using Solr > > Hi, > > I'

Partition index by time using Solr

2009-03-25 Thread vivek sar
Hi, I've used Lucene before, but new to Solr. I've gone through the mailing list, but unable to find any clear idea on how to partition Solr indexes. Here is what we want, 1) Be able to partition indexes by timestamp - basically partition per day (create a new index directory every day) 2)