search-results element

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

Example XML

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