Sha256: 458daa79670155eca7a6e9be474ed14da0e2b5bf6430036637fe6af75f88c61d
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 Bytes
Contents
# Place any default configuration for solr_wrapper here # # We try to use a cacheable and cached location for solr at tmp/solr_dist # in Github Actions CI, to avoid excessive downloads from # apache (which also get sometimes blocked/rate-limited) port: 8983 verbose: true version: 9.6.1 <% ENV['CI'] && FileUtils.mkdir_p('ci_dl_solr_dist') %> download_dir: <%= 'ci_dl_solr_dist' if ENV['CI'] %> collection: dir: solr/conf/ name: blacklight-core
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight_range_limit-9.0.0.beta2 | .solr_wrapper.yml |
blacklight_range_limit-9.0.0.beta1 | .solr_wrapper.yml |