POLDER-Crew / polder-federated-search

A federated search project for POLDER.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Index ANT-NZ #178

Open yemoski opened 1 year ago

yemoski commented 1 year ago

This is our site map here: https://ant-nz.geodata.nz/geonetwork/srv/api/0.1/sitemap?format=xml&doc=0

The site map is currently referencing the xml version of our records: https://ant-nz.geodata.nz/:/geonetwork/srv/api/records/056b6470-3cab-4f65-abf8-063a869e440b/formatters/xml

But I’m assuming this should be changed to reference our jsonld format: https://ant-nz.geodata.nz/geonetwork/srv/api/records/056b6470-3cab-4f65-abf8-063a869e440b/formatters/jsonld

Is this still the best document to follow for POLDER compliance? https://docs.google.com/document/d/1r4OSRuVBfdJpMbyhjkhghHSeckraFEhxs0f1ld4aGkg

nein09 commented 1 year ago

They have a new a new json-ld sitemap! https://ant-nz.geodata.nz/geonetwork/srv/api/0.1/sitemap?format=jsonld

but it's serving up HTML documents. I have emailed and asked them to set the MIME type to application/ld+json and not make them HTML.

I will enable indexing in the settings for our deployments, because it won't hurt - and then when this gets sorted out, they'll automatically show up in searches.

nein09 commented 1 year ago

The MIME type issue has been solved, but that uncovered another one - the creator and publisher attributes both have an @id that is an email address instead of an IRI.

They're working on a solution - indexing is still on for them in production, so results will show up eventually.