|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ultrasearch.query.Result
A result provides access to a search result. A Result object is generated by performing a Query on an Instance.
Method Summary | |
int |
estimateHitCount() Get the estimated total number of hits for this query. |
Request |
getRequest() return the request this result is for. |
java.util.Iterator |
iterator() Get an iterator of the documents in the search result. |
int |
size() Returns the number of documents in this result. |
java.lang.String |
toXML() Returns a string containing the XML representation of the query result. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Request getRequest()
public java.util.Iterator iterator()
public int estimateHitCount()
public int size()
public java.lang.String toXML()
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |