Skip to content

Instantly share code, notes, and snippets.

@mark-dce
Created April 20, 2017 04:24
Show Gist options
  • Save mark-dce/7aaede62802adea79ab826a48af23ad8 to your computer and use it in GitHub Desktop.
Save mark-dce/7aaede62802adea79ab826a48af23ad8 to your computer and use it in GitHub Desktop.
solr_wrapper startup after adding `started?` check to .create
vagrant@camper:~/home/hyrax-demo$ solr_wrapper
Starting Solr 6.5.0 on port 8985 ... Create Options:
options[:persist] true
create_options[:c] hydra-development
client.exists?('hydra-development') true
#<SolrWrapper::Client:0x000000022670a8 @url="http://127.0.0.1:8985/solr/">
url: http://127.0.0.1:8985/solr/
http://127.0.0.1:8985/solr/
^CSolr is shutting down.
vagrant@camper:~/home/hyrax-demo$ solr_wrapper
Starting Solr 6.5.0 on port 8985 ... Create Options:
options[:persist] true
create_options[:c] hydra-development
client.exists?('hydra-development') true
#<SolrWrapper::Client:0x00000002a731e8 @url="http://127.0.0.1:8985/solr/">
url: http://127.0.0.1:8985/solr/
http://127.0.0.1:8985/solr/
^CSolr is shutting down.
vagrant@camper:~/home/hyrax-demo$ solr_wrapper
Starting Solr 6.5.0 on port 8985 ... Create Options:
options[:persist] true
create_options[:c] hydra-development
client.exists?('hydra-development') true
#<SolrWrapper::Client:0x00000003756950 @url="http://127.0.0.1:8985/solr/">
url: http://127.0.0.1:8985/solr/
http://127.0.0.1:8985/solr/
^CSolr is shutting down.
vagrant@camper:~/home/hyrax-demo$ solr_wrapper
Starting Solr 6.5.0 on port 8985 ... Create Options:
options[:persist] true
create_options[:c] hydra-development
client.exists?('hydra-development') true
#<SolrWrapper::Client:0x000000036551f0 @url="http://127.0.0.1:8985/solr/">
url: http://127.0.0.1:8985/solr/
http://127.0.0.1:8985/solr/
^CSolr is shutting down.
vagrant@camper:~/home/hyrax-demo$ solr_wrapper
Starting Solr 6.5.0 on port 8985 ... Create Options:
options[:persist] true
create_options[:c] hydra-development
client.exists?('hydra-development') true
#<SolrWrapper::Client:0x00000003455c88 @url="http://127.0.0.1:8985/solr/">
url: http://127.0.0.1:8985/solr/
http://127.0.0.1:8985/solr/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment