gov.nist.nlpir.irf.index
Class KeyWordIdxIntern

java.lang.Object
  |
  +--gov.nist.nlpir.irf.index.IdxIntern
        |
        +--gov.nist.nlpir.irf.index.KeyWordIdxIntern

public class KeyWordIdxIntern
extends IdxIntern

Extends the IdxIntern for KeyWord indexes.

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:
Serialized Form

Fields inherited from class gov.nist.nlpir.irf.index.IdxIntern
flagUpToDate, indexingFeatures, serialVersionUID
 
Constructor Summary
KeyWordIdxIntern(java.lang.String loc, java.lang.String name)
           
 
Method Summary
 void calcInputForRSV(ResultForDocMatchingQueryCondition r)
          Currently does nothing.
 double calcRSV(ResultForDocMatchingQueryModalityUnit aResult)
          Calculates the retrieval status value.
 void present()
          Displays an ascii representation of the Class.
 void presentFeatures()
          Displays an ascii representation of the features.
 void presentSources()
          Displays an ascii representation of the sources.
 
Methods inherited from class gov.nist.nlpir.irf.index.IdxIntern
addIndexingFeatures, calcNrOfSources, clear, evalQueryCondition, evalQueryCondition, evalQueryModalityUnit, existsSource, getActualSource, getFeature, getFeature, getFeatures, getFeatures, getFeatures, getFeatures, getFeaturesFromEnumeration, getFeaturesNumber, getFlagUpToDate, getIFsWithFeature, getIFsWithFeature, getIFsWithSource, getIndexingFeatures, getNrOfFeatures, getNrOfFeatures, getNrOfIndexingFeatures, getNrOfSources, getNrOfSources, getNrOfUniqueFeatures, getNrOfUniqueSources, getNrOfUniqueSources0, getSources, getSources, getSourcesNumber, init, makeQueryConditions, makeResultForDocMatchingQueryCondition, makeResultsForDocMatchingQueryModalityUnit, presentStatistics, update
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

KeyWordIdxIntern

public KeyWordIdxIntern(java.lang.String loc,
                        java.lang.String name)
Method Detail

calcRSV

public double calcRSV(ResultForDocMatchingQueryModalityUnit aResult)
Calculates the retrieval status value.
Parameters:
a_Result - a result.
Returns:
return status value
Overrides:
calcRSV in class IdxIntern

presentFeatures

public void presentFeatures()
Displays an ascii representation of the features.
Overrides:
presentFeatures in class IdxIntern

present

public void present()
Displays an ascii representation of the Class. Currently empty but required to realize this concrete class from its abstract parent.
Overrides:
present in class IdxIntern

presentSources

public void presentSources()
Displays an ascii representation of the sources. Currently empty but required to realize this concrete class from its abstract parent.
Overrides:
presentSources in class IdxIntern

calcInputForRSV

public void calcInputForRSV(ResultForDocMatchingQueryCondition r)
Currently does nothing.
Overrides:
calcInputForRSV in class IdxIntern