thx guys, i ended up using a mix of code from the solr-1143 and solr-1537 patches, now whenever there is an exception theres is a section in the results indicating the result is partial and also lists the failed core(s), weve added some monitoring to check for that output as well to alert us when a shard has failed
On Wed, Feb 3, 2010 at 10:55 AM, Yonik Seeley <yo...@lucidimagination.com> wrote: > On Fri, Jan 29, 2010 at 3:31 PM, Joe Calderon <calderon....@gmail.com> wrote: >> hello *, in distributed search when a shard goes down, an error is >> returned and the search fails, is there a way to avoid the error and >> return the results from the shards that are still up? > > The SolrCloud branch has load-balancing capabilities for distributed > search amongst shard replicas. > http://wiki.apache.org/solr/SolrCloud > > -Yonik > http://www.lucidimagination.com >