53545556575859
public IndexReaderWithMetaDataCache(IndexReader in) throws Exception { super(in); map.put(intMetaTerm, new IntMetaDataCache(intMetaTerm, in)); }