search-results element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<search-results>
<from>...</from>
<tooManyResults>...</tooManyResults>
<totalCount>...</totalCount>
<data>
<artifact>
<highlightedFragment>...</highlightedFragment>
<version>...</version>
<classifier>...</classifier>
<resourceURI>...</resourceURI>
<groupId>...</groupId>
<repoId>...</repoId>
<pomLink>...</pomLink>
<contextId>...</contextId>
<packaging>...</packaging>
<artifactLink>...</artifactLink>
<artifactId>...</artifactId>
<extension>...</extension>
</artifact>
<artifact>
<!--...-->
</artifact>
<!--...more "artifact" elements...-->
</data>
<count>...</count>
</search-results>