Skip to content

Instantly share code, notes, and snippets.

@tanordheim
Created August 31, 2011 12:45
Show Gist options
  • Save tanordheim/1183450 to your computer and use it in GitHub Desktop.
Save tanordheim/1183450 to your computer and use it in GitHub Desktop.
% bundle exec rake sunspot:reindex
bundle exec rake sunspot:reindex 19.08s user 1.64s system 92% cpu 22.367 total
% rails c
>> DesignResource.count
=> 603
>> q = Sunspot.search DesignResource
>> q.total
=> 336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment