Configuration tweaks

Ignore certain Elasticsearch exceptions

class BookIgnoreIndexErrorsDocumentViewSet(DocumentViewSet):

    # ...
    ignore = [404]
    # ...