search-results element

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

Example XML

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