|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.k_int.IR.IRQuery
A Generic Information Retrieval Query
| Field Summary | |
java.util.Vector |
collections
The collections to be searched |
java.util.Hashtable |
hints
Hints might contain instructions on where to look for an answer, or the general subject area of the enquiry so that we can try and decide on some resources to route this particular enquiry to. |
java.lang.Object |
query
The Actual enquiry, may be a string or an image for image based retrieval, etc. |
java.lang.String |
query_syntax
Info about how the enquiry is actually structured, may be free text or PrefixNotation, etc. |
| Constructor Summary | |
IRQuery()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.util.Vector collections
public java.lang.String query_syntax
public java.lang.Object query
public java.util.Hashtable hints
| Constructor Detail |
public IRQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||