Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created May 20, 2015 18:14
Show Gist options
  • Select an option

  • Save blasterpal/4902be090fd8663bd31b to your computer and use it in GitHub Desktop.

Select an option

Save blasterpal/4902be090fd8663bd31b to your computer and use it in GitHub Desktop.
Get total number of documents in Solr via Sunspot/RSolr
solr = RSolr.connect :url => solr_server #http://solr:8983/solr/some-index
response = solr.get 'select', :params => {
:q => '*:*',
:rows => 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment