Inheritance diagram for lemurproject::lemur::RetrievalMethod:
Public Member Functions | |
synchronized void | delete () |
abstract IndexedReal[] | runQuery (String searchQuery) throws Exception |
void | scoreCollection (QueryRep qry, IndexedReal[] results) throws java.lang.Exception |
void | updateQuery (QueryRep qryRep, WeightedIDSet relDocs) throws java.lang.Exception |
Protected Member Functions | |
RetrievalMethod (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
long | getCPtr (RetrievalMethod obj) |
Protected Attributes | |
boolean | swigCMemOwn |
Private Attributes | |
long | swigCPtr |
|
|
|
Reimplemented in lemurproject::lemur::IndriRetMethod, lemurproject::lemur::StructQueryRetMethod, and lemurproject::lemur::TextQueryRetMethod. |
|
Reimplemented in lemurproject::lemur::IndriRetMethod, lemurproject::lemur::StructQueryRetMethod, and lemurproject::lemur::TextQueryRetMethod. |
|
|
|
Run a string query. Specialized by RetrievalMethod subclasses.
Implemented in lemurproject::lemur::IndriRetMethod, lemurproject::lemur::StructQueryRetMethod, and lemurproject::lemur::TextQueryRetMethod. |
|
Score all documents in the collection
|
|
update the query, feedback support
|
|
|
|
Reimplemented in lemurproject::lemur::IndriRetMethod, lemurproject::lemur::StructQueryRetMethod, and lemurproject::lemur::TextQueryRetMethod. |