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> <data> <artifact> <pomLink>...</pomLink> <classifier>...</classifier> <version>...</version> <resourceURI>...</resourceURI> <artifactId>...</artifactId> <contextId>...</contextId> <packaging>...</packaging> <extension>...</extension> <repoId>...</repoId> <highlightedFragment>...</highlightedFragment> <groupId>...</groupId> <artifactLink>...</artifactLink> </artifact> <artifact> <!--...--> </artifact> <!--...more "artifact" elements...--> </data> <totalCount>...</totalCount> </search-results>