Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

lemurproject::lemur::RetMethodManager Class Reference

List of all members.

Public Member Functions

synchronized void delete ()

Static Public Member Functions

IndexedReal[] runQuery (String searchQuery, IndriRetMethod m) throws Exception
IndexedReal[] runQuery (String searchQuery, StructQueryRetMethod m) throws Exception
IndexedReal[] runQuery (String searchQuery, TextQueryRetMethod m) throws Exception
RetrievalMethod createModel (Index ind, ScoreAccumulator accum, String type) throws java.lang.Exception
RetrievalMethod createModel (Index ind, ScoreAccumulator accum) throws java.lang.Exception
IndexedReal[] runTextQuery (String query, TextQueryRetMethod model, String stopfile, String stemtype, String datadir, String func) throws java.lang.Exception
IndexedReal[] runTextQuery (String query, TextQueryRetMethod model, String stopfile, String stemtype, String datadir) throws java.lang.Exception
IndexedReal[] runTextQuery (String query, TextQueryRetMethod model, String stopfile, String stemtype) throws java.lang.Exception
IndexedReal[] runTextQuery (String query, TextQueryRetMethod model, String stopfile) throws java.lang.Exception
IndexedReal[] runTextQuery (String query, TextQueryRetMethod model) throws java.lang.Exception
IndexedReal[] runStructQuery (String query, StructQueryRetMethod model, String stopfile, String stemtype, String datadir, String func) throws java.lang.Exception
IndexedReal[] runStructQuery (String query, StructQueryRetMethod model, String stopfile, String stemtype, String datadir) throws java.lang.Exception
IndexedReal[] runStructQuery (String query, StructQueryRetMethod model, String stopfile, String stemtype) throws java.lang.Exception
IndexedReal[] runStructQuery (String query, StructQueryRetMethod model, String stopfile) throws java.lang.Exception
IndexedReal[] runStructQuery (String query, StructQueryRetMethod model) throws java.lang.Exception
IndexedReal[] runIndriQuery (String query, IndriRetMethod model) throws java.lang.Exception

Protected Member Functions

 RetMethodManager (long cPtr, boolean cMemoryOwn)

Static Protected Member Functions

long getCPtr (RetMethodManager obj)

Protected Attributes

boolean swigCMemOwn

Private Attributes

long swigCPtr

Constructor & Destructor Documentation

lemurproject::lemur::RetMethodManager::RetMethodManager long  cPtr,
boolean  cMemoryOwn
[inline, protected]
 


Member Function Documentation

RetrievalMethod lemurproject::lemur::RetMethodManager::createModel Index  ind,
ScoreAccumulator  accum
throws java.lang.Exception [inline, static]
 

Create a retrieval model

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

RetrievalMethod lemurproject::lemur::RetMethodManager::createModel Index  ind,
ScoreAccumulator  accum,
String  type
throws java.lang.Exception [inline, static]
 

Create a retrieval model

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

synchronized void lemurproject::lemur::RetMethodManager::delete  )  [inline]
 

long lemurproject::lemur::RetMethodManager::getCPtr RetMethodManager  obj  )  [inline, static, protected]
 

IndexedReal [] lemurproject::lemur::RetMethodManager::runIndriQuery String  query,
IndriRetMethod  model
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runQuery String  searchQuery,
TextQueryRetMethod  m
throws Exception [inline, static]
 

Run a string query with a given retrieval method instance.

Parameters:
searchQuery the query to run
m The retrieval method to use.
Returns:
array of IndexedReal results
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runQuery String  searchQuery,
StructQueryRetMethod  m
throws Exception [inline, static]
 

Run a string query with a given retrieval method instance.

Parameters:
searchQuery the query to run
m The retrieval method to use.
Returns:
array of IndexedReal results
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runQuery String  searchQuery,
IndriRetMethod  m
throws Exception [inline, static]
 

Run a string query with a given retrieval method instance.

Parameters:
searchQuery the query to run
m The retrieval method to use.
Returns:
array of IndexedReal results
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runStructQuery String  query,
StructQueryRetMethod  model
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runStructQuery String  query,
StructQueryRetMethod  model,
String  stopfile
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runStructQuery String  query,
StructQueryRetMethod  model,
String  stopfile,
String  stemtype
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runStructQuery String  query,
StructQueryRetMethod  model,
String  stopfile,
String  stemtype,
String  datadir
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runStructQuery String  query,
StructQueryRetMethod  model,
String  stopfile,
String  stemtype,
String  datadir,
String  func
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runTextQuery String  query,
TextQueryRetMethod  model
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runTextQuery String  query,
TextQueryRetMethod  model,
String  stopfile
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runTextQuery String  query,
TextQueryRetMethod  model,
String  stopfile,
String  stemtype
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runTextQuery String  query,
TextQueryRetMethod  model,
String  stopfile,
String  stemtype,
String  datadir
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

IndexedReal [] lemurproject::lemur::RetMethodManager::runTextQuery String  query,
TextQueryRetMethod  model,
String  stopfile,
String  stemtype,
String  datadir,
String  func
throws java.lang.Exception [inline, static]
 

Automatically generate query models from the given query and run through given retrieval model. Stopword file and stemmer are optional query terms delimited by space

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.


Member Data Documentation

boolean lemurproject::lemur::RetMethodManager::swigCMemOwn [protected]
 

long lemurproject::lemur::RetMethodManager::swigCPtr [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:07 2010 for Lemur by doxygen 1.3.4