#include <IndriRetMethod.hpp>
Inheritance diagram for IndriRetMethod:

Public Methods | |
| IndriRetMethod (const Index &dbIndex) | |
| virtual | ~IndriRetMethod () |
| clean up. | |
| virtual void | setParams (Parameters *parms) |
| set parameters | |
| virtual void | setStopwords (const string &stopfile) |
| set stopword list | |
| virtual void | scoreCollection (const QueryRep &qry, IndexedRealVector &results) |
| score all of the documents in the collection | |
| virtual void | scoreCollection (const string &qry, IndexedRealVector &results) |
| score all of the documents in the collection | |
| virtual QueryRep * | computeQueryRep (const Query &qry) |
| create an indri query model. | |
| virtual void | scoreDocSet (const QueryRep &qry, const DocIDSet &docSet, IndexedRealVector &results) |
| Score a set of documents w.r.t. a query. | |
| virtual double | scoreDoc (const QueryRep &qry, DOCID_T docID) |
| Score a document identified by the id w.r.t. a query rep. | |
| virtual void | updateQuery (QueryRep &qryRep, const DocIDSet &relDocs) |
| update the query | |
|
|
|
|
|
clean up.
|
|
|
create an indri query model.
Implements RetrievalMethod. |
|
||||||||||||
|
score all of the documents in the collection
|
|
||||||||||||
|
score all of the documents in the collection
Reimplemented from RetrievalMethod. |
|
||||||||||||
|
Score a document identified by the id w.r.t. a query rep.
Implements RetrievalMethod. |
|
||||||||||||||||
|
Score a set of documents w.r.t. a query.
Reimplemented from RetrievalMethod. |
|
|
set parameters
|
|
|
set stopword list
|
|
||||||||||||
|
update the query
Implements RetrievalMethod. |
1.2.18