protected void updateDocuments(Term id, List<? extends IndexDocument> docs) throws Exception {
   writer.updateDocuments(id, docs);
 }