gov.nist.nlpir.irfapps.trec
Interface TrecDocumentIntrf

All Known Subinterfaces:
CranfieldDocumentIntrf, FbisDocumentIntrf

public abstract interface TrecDocumentIntrf
extends DocumentIntrf

An extension of the Document interface that captures what's common to TREC documents

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
TrecDocument

Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from interface gov.nist.nlpir.irf.document.DocumentIntrf
addHTML, getFeatureNames, getFeatureTypes, getFeatureValues, getIndexingFeatures, getIndexingModalities, index, makeResultsForDocMatchingQuery, present, presentBrief, retrieve
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object