| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectestraier.Result
Abstraction of result set from database.
| Method Summary | |
|  int | doc_num()Get the number of documents. | 
| protected  void | finalize()Release resources. | 
|  int | get_dbidx(int index)Get the index of the container database of a document. | 
|  int | get_doc_id(int index)Get the ID number of a document. | 
|  int | get_score(int index)Get the score of a document. | 
|  int[] | get_shadows(int id)Get an array of ID numbers of eclipsed docuemnts of a document. | 
|  java.util.List | hint_words()Get a list of hint words. | 
|  int | hint(java.lang.String word)Get the value of a hint word. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public int doc_num()
protected void finalize()
public int get_dbidx(int index)
index - the index of a document.
public int get_doc_id(int index)
index - the index of a document.
public int get_score(int index)
index - the index of a document.
public int[] get_shadows(int id)
id - the ID number of a parent document.
public java.util.List hint_words()
public int hint(java.lang.String word)
word - a hint word.  An empty string means the number of whole result.
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||