gov.nist.nlpir.irfapps.trec
Class ProxyTrecDocument

java.lang.Object
  |
  +--gov.nist.nlpir.irf.proxy.VirtualProxy
        |
        +--gov.nist.nlpir.irf.document.ProxyDocument
              |
              +--gov.nist.nlpir.irfapps.trec.ProxyTrecDocument
Direct Known Subclasses:
ProxyCranfieldDocument, ProxyFbisDocument

public abstract class ProxyTrecDocument
extends ProxyDocument

A stand-in for an FbisDocument

Version:
$Revision: 1.3 $
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:
FbisDocument, Serialized Form

Inner classes inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
VirtualProxy.IMP_Entry
 
Fields inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
broker, handles, inMemoryProxiesByOid, iS, objectIdentifier, realObject, serialVersionUID
 
Constructor Summary
ProxyTrecDocument()
           
 
Method Summary
 java.lang.String toString()
          Returns string representation of TREC Document
 
Methods inherited from class gov.nist.nlpir.irf.document.ProxyDocument
addHTML, equals, getFeatureNames, getFeatureTypes, getFeatureValues, getFirstInstance, getIndexingFeatures, getIndexingModalities, getQueryDocument, hashCode, index, makeLightweight, makePersistent, makeResultsForDocMatchingQuery, present, presentBrief, retrieve
 
Methods inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
addRefToInMemoryProxiesByOid, createBroker, deleteRefFromInMemoryProxiesByOid, dematerializeRealObject, dematerializeRealObject, getBroker, getInMemoryProxiesByOidBinCount, getInMemoryProxiesByOidSize, getInMemoryProxyCounts, getObjectIdentifier, getPersistenceBroker, getProxyFor, getRealObject, isLightweight, materializeRealObject, presentInMemoryProxies, readExternal, replaceRealObject, setBroker, setIS, setObjectIdentifier, setRealObject, testInMemoryProxiesByOidTable, writeExternal
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ProxyTrecDocument

public ProxyTrecDocument()
Method Detail

toString

public java.lang.String toString()
Returns string representation of TREC Document
Overrides:
toString in class VirtualProxy