|
Oracle Ultra Search Java API Reference 9.0.3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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. |
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 java.util.Iterator iterator()
public int estimateHitCount()
public int size()
public java.lang.String toXML()
|
Oracle Ultra Search Java API Reference 9.0.3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |