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" queryTimeSpan="0">
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 |
queryTimeSpan |
always '0' for non-full text searches |
NOTE: The remaining chapters in this section assume a successful result.
See also