search-results element

Type: searchResponse
Namespace: (default namespace)

Example XML

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