|
Class Summary |
| MGDocInfo |
DocInfo 'struct' class for a search result from mg
used by MGQueryResult |
| MGQueryResult |
a java version of QueryResult for mg
contains get methods for the java side, and simple
set methods to be called from c side |
| MGTermInfo |
TermInfo 'struct' class for a search result from mg
used by MGQueryResult |
| MGWrapper |
java wrapper class for access to mg in C
the native side implemented in MGWrapperImpl.c
uses MGQueryResult to hold the result of a query. |
| Queryer |
Queryer - java port of c++ Queryer
- uses MGWrapper to access mg
only has get document and search - full text browse not implemented
run as:
java org.greenstone.mg.Queryer |