Uses of Package
gov.nist.nlpir.irf.result

Packages that use gov.nist.nlpir.irf.result
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.result classes that model the result of a search as a hierarchy of nested results corresponding to the structure of the query 
gov.nist.nlpir.irfapps classes providing functionality of use in multiple IRF-based applications - a sample application. 
 

Classes in gov.nist.nlpir.irf.result used by gov.nist.nlpir.irf.document
RetrievalResult
          The result of a search modelling the match between a query and a document collection.
 

Classes in gov.nist.nlpir.irf.result used by gov.nist.nlpir.irf.index
ResultForDocMatchingQueryCondition
          The result of a search modelling the match between a document and a query condition - at the level of a feature (e.g., a keyword in a text document query)

ResultForDocMatchingQueryModalityUnit
          The result of a search modelling the match between a document and a query modality unit - at the level of a single document field.
 

Classes in gov.nist.nlpir.irf.result used by gov.nist.nlpir.irf.result
ResultForDocMatchingQuery
          The result of a search modelling the match between a document and a query - at the level of a single document and all the information needed to calculate the RSV for the document.
ResultForDocMatchingQueryCondition
          The result of a search modelling the match between a document and a query condition - at the level of a feature (e.g., a keyword in a text document query)

ResultForDocMatchingQueryModalityUnit
          The result of a search modelling the match between a document and a query modality unit - at the level of a single document field.
 

Classes in gov.nist.nlpir.irf.result used by gov.nist.nlpir.irfapps
ResultForDocMatchingQuery
          The result of a search modelling the match between a document and a query - at the level of a single document and all the information needed to calculate the RSV for the document.