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 all operational machines.
% sudo su pds % initial-index-pdsen &> index_<date>.log
Once this script completes, the data should be available through the Search Service interface. Go to http://localhost:8080/search-service/pds/search/?q=*:* to verify data is available (modify domain and port as needed). See the Search Service - Operate page for more information on how to query data.
Note: To further streamline the process, the command-line arguments can be removed from the initial-index script, and the search-core line can modified according to your specific needs.