searchNGResponse element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<searchNGResponse>
<tooManyResults>...</tooManyResults>
<collapsed>...</collapsed>
<from>...</from>
<count>...</count>
<data>
<nexusNGArtifact>
<latestRelease>...</latestRelease>
<groupId>...</groupId>
<highlightedFragment>...</highlightedFragment>
<latestSnapshot>...</latestSnapshot>
<latestSnapshotRepositoryId>...</latestSnapshotRepositoryId>
<latestReleaseRepositoryId>...</latestReleaseRepositoryId>
<artifactId>...</artifactId>
<version>...</version>
<artifactHits>
<artifactHit>
<repositoryId>...</repositoryId>
<artifactLinks>
<artifactLink>
<extension>...</extension>
<classifier>...</classifier>
</artifactLink>
<artifactLink>
<!--...-->
</artifactLink>
<!--...more "artifactLink" elements...-->
</artifactLinks>
</artifactHit>
<artifactHit>
<!--...-->
</artifactHit>
<!--...more "artifactHit" elements...-->
</artifactHits>
</nexusNGArtifact>
<nexusNGArtifact>
<!--...-->
</nexusNGArtifact>
<!--...more "nexusNGArtifact" elements...-->
</data>
<repoDetails>
<repositoryDetail>
<repositoryName>...</repositoryName>
<repositoryPolicy>...</repositoryPolicy>
<repositoryId>...</repositoryId>
<repositoryKind>...</repositoryKind>
<repositoryContentClass>...</repositoryContentClass>
<repositoryURL>...</repositoryURL>
</repositoryDetail>
<repositoryDetail>
<!--...-->
</repositoryDetail>
<!--...more "repositoryDetail" elements...-->
</repoDetails>
<totalCount>...</totalCount>
</searchNGResponse>