This document describes how to operate the Search Core software, specifically for the Engineering Node installation. The following topics can be found in this document:
This procedure details the PDS Engineering-specific procedure for generating the Solr Index and posting to development and operations machines.
% sudo su pds4 % cd ~
% search-core-pdsen >& index_<date>.log
This procedure details the PDS Engineering-specific procedure for generating the Solr Index and posting to all operational machines.
% sudo su pds4 % cd ~
% search-core-pdsen >& index_<date>.log
% sudo su pds4 % cd ~
% ops-index Password: <<<ENTER PDSSRV2 ROOT PASSWORD>>>
Once this script completes, the data should be available through the Search Service interface:
See the Search Service - Operate page for more information on how to query data.