searchNGResponse element

Type: searchNGResponse
Namespace: (default namespace)

Example XML

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