Ejemplo n.º 1
0
 public HitDetails[] getDetails(Hit[] hits) throws IOException {
   return searchBean.getDetails(hits);
 }
Ejemplo n.º 2
0
 public HitDetails getDetails(Hit hit) throws IOException {
   return searchBean.getDetails(hit);
 }