search-results element

Type: searchResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

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