|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.retrieval.Query
de.unidu.is.retrieval.XIRQLQuery
de.unidu.is.retrieval.StructuredQuery
A XIRQL structured (Boolean-style) query, defined by a tree/graph on query nodes.
| Field Summary | |
protected QueryNode |
node
The query node. |
| Constructor Summary | |
StructuredQuery()
Creates a new object. |
|
StructuredQuery(java.lang.String queryID,
QueryNode node,
int numDocs)
Creates a new object. |
|
| Method Summary | |
QueryNode |
getNode()
Returns the query root node. |
java.lang.String |
getXIRQL()
Returns the XIRQL query string. |
| Methods inherited from class de.unidu.is.retrieval.XIRQLQuery |
equals, toStringAdditional |
| Methods inherited from class de.unidu.is.retrieval.Query |
getMetadata, getNumDocs, getQueryID, hashCode, setNumDocs, setQueryID, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected QueryNode node
| Constructor Detail |
public StructuredQuery()
public StructuredQuery(java.lang.String queryID,
QueryNode node,
int numDocs)
queryID - query IDnode - query nodenumDocs - number of documents| Method Detail |
public java.lang.String getXIRQL()
getXIRQL in class XIRQLQuerypublic QueryNode getNode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||