You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that I can search for ESA data in our keyword search interface
π Additional Details
We need a script to:
query the API to get all ESA context products, bundles, and collections
download all the files
load them into Solr
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:
jordanpadams
changed the title
As a user, I want to populate the Solr index with ESA products
As a user, I want to search for ESA data sets and context products
Sep 28, 2024
(
(
product_class eq "Product_Context" or
product_class eq "Product_Bundle" or
product_class eq "Product_Collection"
)
and ops:Harvest_Info.ops:node_name like "PSA"
)
Secondly, is the idea like registry-legacy-soly#135 but this time download all the ops:Data_File_Info.ops:file_refs into a directory tree? Or is there also a pysolr step?
which I'm certain is wrong, specifically the <registry auth=β¦ and the with= attribute in the <fileRef>. What really should be there? Does ESA PSA have a node URL? (Sorry, I'm a total "harvest" newb.)
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: