Ejemplo n.º 1
0
 public double getDefaultScore(RetrievalModel r, int docid) throws IOException {
   QryIop q = (QryIop) args.get(0);
   return q.getDefaultScoreForIndri(((RetrievalModelIndri) r), docid);
 }