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

lemurproject::lemur::Query Class Reference

List of all members.

Public Member Functions

synchronized void delete ()
 Query ()

Static Public Member Functions

Query makeQuery (String query, String stopfile, String stemtype, String datadir, String func) throws java.lang.Exception
Query makeQuery (String query, String stopfile, String stemtype, String datadir) throws java.lang.Exception
Query makeQuery (String query, String stopfile, String stemtype) throws java.lang.Exception
Query makeQuery (String query, String stopfile) throws java.lang.Exception
Query makeQuery (String query) throws java.lang.Exception

Protected Member Functions

 Query (long cPtr, boolean cMemoryOwn)
void finalize ()

Static Protected Member Functions

long getCPtr (Query obj)

Protected Attributes

boolean swigCMemOwn

Private Attributes

long swigCPtr

Constructor & Destructor Documentation

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

lemurproject::lemur::Query::Query  )  [inline]
 


Member Function Documentation

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

void lemurproject::lemur::Query::finalize  )  [inline, protected]
 

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

Query lemurproject::lemur::Query::makeQuery String  query  )  throws java.lang.Exception [inline, static]
 

Create a stopped, stemmed Query from a string.

Parameters:
query the input query
stopfile optional file containing a list of stopwords
stemtype optional stemmer type
datadir optional ignored
func optional stemmer function for arabic stemming.
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

Query lemurproject::lemur::Query::makeQuery String  query,
String  stopfile
throws java.lang.Exception [inline, static]
 

Create a stopped, stemmed Query from a string.

Parameters:
query the input query
stopfile optional file containing a list of stopwords
stemtype optional stemmer type
datadir optional ignored
func optional stemmer function for arabic stemming.
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

Query lemurproject::lemur::Query::makeQuery String  query,
String  stopfile,
String  stemtype
throws java.lang.Exception [inline, static]
 

Create a stopped, stemmed Query from a string.

Parameters:
query the input query
stopfile optional file containing a list of stopwords
stemtype optional stemmer type
datadir optional ignored
func optional stemmer function for arabic stemming.
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

Query lemurproject::lemur::Query::makeQuery String  query,
String  stopfile,
String  stemtype,
String  datadir
throws java.lang.Exception [inline, static]
 

Create a stopped, stemmed Query from a string.

Parameters:
query the input query
stopfile optional file containing a list of stopwords
stemtype optional stemmer type
datadir optional ignored
func optional stemmer function for arabic stemming.
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

Query lemurproject::lemur::Query::makeQuery String  query,
String  stopfile,
String  stemtype,
String  datadir,
String  func
throws java.lang.Exception [inline, static]
 

Create a stopped, stemmed Query from a string.

Parameters:
query the input query
stopfile optional file containing a list of stopwords
stemtype optional stemmer type
datadir optional ignored
func optional stemmer function for arabic stemming.
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.


Member Data Documentation

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

long lemurproject::lemur::Query::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