Created
August 31, 2011 12:45
-
-
Save tanordheim/1183450 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % 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