Uses of Class
gov.nist.nlpir.irf.result.ResultForDocMatchingQueryCondition

Packages that use ResultForDocMatchingQueryCondition
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.result classes that model the result of a search as a hierarchy of nested results corresponding to the structure of the query 
 

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

Methods in gov.nist.nlpir.irf.index with parameters of type ResultForDocMatchingQueryCondition
abstract  void IdxIntern.calcInputForRSV(ResultForDocMatchingQueryCondition aResult)
          Calculates the retrieval status value
 void IdfIdxIntern.calcInputForRSV(ResultForDocMatchingQueryCondition aResult)
          Positions fields of aResult to allow the computation of Retrieval Status Value (RSV).
 void IdfIdxIntern.calcCombinedScore(ResultForDocMatchingQueryCondition aResult)
          Compensates for differences in the scores of retrieved features, e.g.
 void IdfIdxIntern.calcWeightOfFeatureInDocument(ResultForDocMatchingQueryCondition aResult)
          Computes the weight of the given feature for the documents it appears in and sets it in the result.
 void IdfIdxIntern.calcWeightOfFeatureInQuery(ResultForDocMatchingQueryCondition aResult)
          Calculates the weight of the feature in the query and sets it in the result.
 void KeyWordIdxIntern.calcInputForRSV(ResultForDocMatchingQueryCondition r)
          Currently does nothing.
 

Uses of ResultForDocMatchingQueryCondition in gov.nist.nlpir.irf.result
 

Methods in gov.nist.nlpir.irf.result with parameters of type ResultForDocMatchingQueryCondition
 void ResultForDocMatchingQueryModalityUnit.addPartialResult(ResultForDocMatchingQueryCondition aPR)
          Adds the ResultForDocMatchingQueryCondition to the partialResults.