How did you get the 7 directories anyway? From your message, they sound like they are _solr_ indexes, in which case you somehow created then with Solr. But I don't really understand the setup in that case.
If these are Solr/Lucene indexes, you can use the "multicore" features. This treats them like separate indexes and you have to address each specifically, something like ...locahost/solr/collection2/select etc. Sharding, on the other hand, _assumes_ that all the indexes really make up one logical index and handles the distribution/collation automatically. If this makes no sense, could you explain your setup a little more? Best Erick On Mon, Oct 29, 2012 at 7:34 AM, ravi.n <rav...@ornext.com> wrote: > Hello Solr Gurus, > > I am newbie to solr application, below are my requirements: > > 1. We have 7 folders having indexed files, which SOLR application to be > pointed. I understand shards feature can be used for searching. If there is > any other alternative. Each folder has around 24 million documents. > 2. We should configure solr for indexing new incoming data from database/SCV > file, whtas is the required configuration in solr to achieve this? > > Any quick response on this will be appreciated. > Thanks > > Regards, > Ravi > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-To-point-multiple-indexes-in-different-folder-tp4016640.html > Sent from the Solr - User mailing list archive at Nabble.com.