Sometimes my servers lose a connection, or there's a database issue, and a rogue row gets left in ES, that is not in my database. It's not terribly important for me.
Ideally I'd rescue it to delete the missing row and return the result.
Initially it sounds simpler to just monkey-patch around raising this error, to silently return whatever results could be found.
Any tips where in the source to start looking? Load: true is difficult to search for...
Thanks for a great project :)