public ExtraInformation(String index, String field) throws IOException {
   this.reader = IndexReader.open(index);
   this.indexDir = index;
   this.field = field;
 }