My application usually takes 20 minutes to reindex as a whole. There is a small table with a couple of records which I want to reindex again. I want to save time so I ran the command rake sunspot:solr:reindex[500,Deal]
. This is taken straight from the Github readme and is suppose to reindex one model only.
The time it takes to reindex in this command is still 20 minutes, so there is no difference in the time taken. Am I doing something wrong?