Hi, Is there a way to put a timeout or have some way of ignoring shards that are not there? For instance, I have 4 shards, and they have overlap with the documents for redundancy.
shard 1 = 0->200 shard 2 = 100->400 shard 3 = 300->600 shard 4 = 500->600 & 0->100 This means if one of my shards goes down, then I can still give results. If there was some option that said wait 1 second and then give up, this would work perfectly for me. -- Regards, Ian Connor