Hi Darren, Yes, it is possible! :) First you need to make sure your Solr has multiple indices using one of the following options:
http://wiki.apache.org/solr/MultipleIndexes The most popular approach is the MultiCore approach. If you go that route, then you query things like in this example: http://wiki.apache.org/solr/CoreAdmin#head-aeda88bd432e812ebbcf1f86baec51f1f10eca0f Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Darren Govoni <dar...@ontrenet.com> > To: solr-user@lucene.apache.org > Sent: Tuesday, June 2, 2009 4:59:35 PM > Subject: Can submit docs to different indexes? > > Hi, > Pardon if this question has an answer I missed in the archives. I > couldn't find it or in the docs (again, I may have missed it). But what > I want to do is submit docs to Solr as usual, but also tell Solr which > index to store the doc and then be able to query also providing which > index to keep sets of indexes separate. > > is this possible with Solr? > > thanks, > Darren