collections.data.velocity.product.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry Show documentation
Show all versions of registry Show documentation
The Registry provides provides the PDS-specific search protocol and the search capability for the PDS search index generated through the Search Core software. The core functionality for this service is satisfied by Apache Solr.
The newest version!
## Output results
#foreach($doc in $response.results)
#set($docId = $doc.getFieldValue('identifier'))
#wrapped_value('identifier')
#wrapped_value('title')
#wrapped_value('description')
#wrapped_value('resLocation')
#wrapped_value('data_set_id')
#wrapped_value('data_set_name')
#wrapped_value('instrument_host_name')
#wrapped_value('instrument_type')
#wrapped_value('instrument_name')
#wrapped_value('agency_name')
#wrapped_value('node_name')
#wrapped_value('full_name')
#wrapped_value('mission_name')
#wrapped_value('start_time')
#wrapped_value('stop_time')
#wrapped_value('data_set_release_date')
#wrapped_value('target_type')
#wrapped_value('target_name')
#wrapped_value('resource_class')
#end