delete(query, callback) {
    // Extend index, type
    query.index = this.index;
    query.type = "OpenFeedbackSchema";
    this.driver.delete(query, callback);