return new DOMTree(dbName, "DefaultCollection", null,
getXmlRecordForHit(index, spec), spec);
} else { //we can use SUTRS information fragment for html and sgml
//they all store info the same.
return new SUTRS(dbName, "DefaultCollection", null,
getRecordForHit(index, spec), spec);
}
}