uk.ac.gla.dcs.renaissance.ir.rf
Class MG4JRelevanceFeedback.MG4JDocument

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.ir.rf.MG4JRelevanceFeedback.MG4JDocument
All Implemented Interfaces:
Document
Enclosing class:
MG4JRelevanceFeedback

public static class MG4JRelevanceFeedback.MG4JDocument
extends Object
implements Document

A document contains both the docno (external) & docid (internal) information. The docno may be the TREC id, while the docid is the internal MG4J id of the document.

Author:
B. Piwowarski

Constructor Summary
MG4JRelevanceFeedback.MG4JDocument(int docid, String docno)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MG4JRelevanceFeedback.MG4JDocument

public MG4JRelevanceFeedback.MG4JDocument(int docid,
                                          String docno)
Parameters:
docid - the internal MG4J doc ID
docno - the external doc number (e.g. TREC id)


Copyright © 2011. All Rights Reserved.