public HitDetails[] getDetails(Hit[] hits) throws IOException { return searchBean.getDetails(hits); }
public HitDetails getDetails(Hit hit) throws IOException { return searchBean.getDetails(hit); }