-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want to search for ESA data sets and context products #31
Comments
Hi @jordanpadams, couple questions: Can this same query work?
Secondly, is the idea like registry-legacy-soly#135 but this time download all the |
@nutjob4life this is basically a follow-on to NASA-PDS/registry-legacy-solr#135 where we actually load the data to support the interface. No implementation needed. |
Oh! So just run The <?xml version='1.0' encoding='UTF-8'?>
<harvest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://github.com/NASA-PDS/harvest/blob/main/src/main/resources/conf/configuration.xsd">
<registry auth="/path/to/auth/file">app://localhost.xml</registry>
<load>
<directories>
<path>/Users/kelly/Documents/Clients/JPL/PDS/Development/nasa-pds/operations/download</path>
</directories>
</load>
<fileInfo processDataFiles="true" storeLabels="true">
<fileRef replacePrefix="/Users/kelly/Documents/Clients/JPL/PDS/Development/nasa-pds/operations/download" with="https://url/to/archive"/>
</fileInfo>
<autoGenFields/>
</harvest> which I'm certain is wrong, specifically the |
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Search Engineer
πͺ Motivation
...so that I can search for ESA data in our keyword search interface
π Additional Details
We need a script to:
Acceptance Criteria
Given an index containing all ESA data loaded in the OpenSearch registry
When I perform a keyword search query for "bepicolombo"
Then I expect the context product for the BepiColombo investigation and the associated bundles/collections to be returned
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered: