Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

add a facet to control index consolidation #6

Open
MatthewStephens opened this issue Dec 10, 2013 · 2 comments
Open

add a facet to control index consolidation #6

MatthewStephens opened this issue Dec 10, 2013 · 2 comments

Comments

@MatthewStephens
Copy link
Contributor

Bob H. has asked me to add a released_facet to our Solr XML files to facilitate his moving records from one core to another. We should have values corresponding to the three current indexes in use (DCS core, searchdev, and the production index)

@ghost ghost assigned MatthewStephens Dec 10, 2013
@MatthewStephens
Copy link
Contributor Author

This has some complex dependencies, at least for testing. development.rb or lib/hydra.rb will need some patching, as the FEDORA_PROXY_URL constant is mentioned, but only defined in production. Hydra also needs a require 'open-uri' added to prevent nokogiri from failing in one place. Indexing scenario objects contain URLs for fedora repositories, and this determines where the XSLT is fetched for building Solr records. I have a working version in dev at the moment, but need to sort out how to commit this to two different git projects.

I think it's best to add an IndexDestination model to TS, in order to store and manage the URLs involved.

@MatthewStephens
Copy link
Contributor Author

Bibl.find(1005) for testing.

@MatthewStephens MatthewStephens removed their assignment Jun 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant