sul-dlss / folio-tasks

Migration and data-loading tasks for FOLIO
MIT License
2 stars 0 forks source link

Updates tasks for index settings and reindexing #271

Closed shelleydoljack closed 5 months ago

shelleydoljack commented 9 months ago

Closes #280

~Including indexSettings in a POST to /search/index/inventory/reindex and the PUT to /search/index/settings aren't available yet in our version of mod-search.~

Reviewed the Data Indexing section of the mod-search README revealed we should pass resourceName "instance" or "authority" to tell which indices we want reindexed or re-created. Also reviewed the Search API docs for updating index dynamic settings. Added tasks to update index dynamic settings for each resource indices (instance or authority).

shelleydoljack commented 5 months ago

This is ready for review now. I updated the folio-k8s wiki with more info about reindexing.