/** @see LuceneIndexReader#setNorm(int, String, byte) */
 public void setNorm(int doc, String field, byte value) throws IOException {
   indexReader.setNorm(doc, field, value);
 }