Uses of Class
gov.nist.nlpir.irf.index.ProxyIndex

Packages that use ProxyIndex
gov.nist.nlpir.irf.document classes and interfaces that model documents and collections of documents 
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
gov.nist.nlpir.irf.modality classes that model the various choices controling indexing and retrieval 
 

Uses of ProxyIndex in gov.nist.nlpir.irf.document
 

Methods in gov.nist.nlpir.irf.document that return ProxyIndex
 ProxyIndex DocCollection.findIndex(java.lang.String indexname)
          Looks up an index by name in the dictionary of available indexes
 

Methods in gov.nist.nlpir.irf.document with parameters of type ProxyIndex
 void DocCollection.addIndex(ProxyIndex index)
          Adds an index to the list of those associated with this collection
 

Uses of ProxyIndex in gov.nist.nlpir.irf.index
 

Subclasses of ProxyIndex in gov.nist.nlpir.irf.index
 class ProxyIdfIndex
          Extends the ProxyIndex for IDF indexes.
 class ProxyKeyWordIndex
          Extends the ProxyIndex for KeyWord indexes.
 

Uses of ProxyIndex in gov.nist.nlpir.irf.modality
 

Fields in gov.nist.nlpir.irf.modality declared as ProxyIndex
private  ProxyIndex IndexingModalityUnit.index
          Index for this feature, i.e., document field
 

Methods in gov.nist.nlpir.irf.modality that return ProxyIndex
 ProxyIndex IndexingModalityUnit.getIndex()
          Gets index
 

Methods in gov.nist.nlpir.irf.modality with parameters of type ProxyIndex
 void IndexingModalityUnit.setIndex(ProxyIndex index)
          Sets index