avalonmediasystem / avalon-docker

Dockerfiles for Avalon Media System - http://github.com/avalonmediasystem/avalon
10 stars 15 forks source link

Investigate using CloudSearch's Solr #7

Closed phuongdh closed 7 years ago

phuongdh commented 7 years ago

Blacklight uses Solr for search, Hydra uses it for gated discovery and some other things.

For Blacklight: either shim rsolr to work with their request/response formats, or some work in blacklight to build a new Blacklight::Repository that supports it. (cbeer) For Hydra: not sure, may be a lot of work.

Indexing: need to use AWS Ruby library CloudSearch http://docs.aws.amazon.com/sdkforruby/api/Aws/CloudSearch.html

davidschober commented 7 years ago

@mbklein can you take a look at these notes and close it? It sounds non trivial.

davidschober commented 7 years ago

Completed, we will pick this up in summer. It's a medium pain.