A successful query returns the child node <searchResult>, for example:
<result
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.teradp.com/schemas/GN4/1/Results.xsd">
<searchResult
n="263"
from="0"
count="10"
context="eJw9xst2Q0AAAN...QSN06l*wBy6uUp4_"
queryTimeSpan="1232000">
Attribute values found in the searchResult node:
n |
Total results |
from |
index of starting result number - the first result = 0 |
count |
number of results returned in the xml |
context |
compressed representation of query terms |
queryTimeSpan |
time in millisecond to retrieve the results |
NOTE: The remaining chapters in this section assume a successful result.
See also