示例#1
0
 public HitDetails[] getDetails(Hit[] hits) throws IOException {
   return searchBean.getDetails(hits);
 }
示例#2
0
 public HitDetails getDetails(Hit hit) throws IOException {
   return searchBean.getDetails(hit);
 }