Sorry for the delayed response... Thanks, thats what I thought. In my case, the schema of each index would be slightly different, so I would want to run a PrefixQuery against each index (all fields in each index) using the same query text. Maybe I would be able to take the results from each index and then simply sort based on the ScoreDoc or something to get the most relevant docs.
Is there a technical reason why Solr requires the index schema to be the same, or was this simply the design that was chosen? Shaun On Mon, Apr 26, 2010 at 6:59 PM, Erik Hatcher <erik.hatc...@gmail.com> wrote: > Solr's distributed search feature is about querying multiple indexes and > merging the results. Different indexes, but same schema. > > Erik > > On Apr 25, 2010, at 6:02 AM, Shaun Senecal wrote: > >> Is there currently a way to take a query, run it on multiple hosts >> containing different indexes, then merge the results from each host to >> present to the user? It looks like Solr can handle multiple hosts >> supporting the same index, but my case requires each index to be >> different. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org