Description
Solr 1.4.x currently abandons searches if a shard fails during a distributed search. A trivial patch to the SearchHandler class would allow the user to tell Solr to "keep on trucking" in these cases. Solr can indicate that the search response is "partial" via existing response header conventions, as well as include details about which shard failed.
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-1143 Return partial results when a connection to a shard is refused
- Resolved