I am using sphinx to search on models I am using delta indexing. Things work fine on my local development machine(Ubuntu). However on ec2 production env, when I create new records, I need to build the index again in order to make the newly created records search-able.
I have checked for permissions, thinking sphinx gem version and they all seem to be fine. What could be wrong?