I am having a an issue with sphinx that I am having a hard time troubleshooting. I am running a sphinx index job once a day. The output of this job is
2018-08-09T13:41:12-07:00 INFO (6): /usr/local/sphinx/bin/indexer --config /home/app/code/server_config/sphinx_config.php --rotate jt_lqo_index
2018-08-09T13:41:12-07:00 INFO (6): Sphinx 2.0.5-release (r3308)
2018-08-09T13:41:12-07:00 INFO (6): Copyright (c) 2001-2012, Andrew Aksyonoff
2018-08-09T13:41:12-07:00 INFO (6): Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
2018-08-09T13:41:12-07:00 INFO (6):
2018-08-09T13:41:12-07:00 INFO (6): using config file '/home/app/code/server_config/sphinx_config.php'...
2018-08-09T13:41:12-07:00 INFO (6): indexing index 'jt_lqo_index'...
2018-08-09T14:12:15-07:00 INFO (6): collected 7425589 docs, 1111.2 MB
2018-08-09T14:16:58-07:00 INFO (6): sorted 983.0 Mhits, 100.0% done
2018-08-09T14:16:59-07:00 INFO (6): WARNING: 324357 duplicate document id pairs found
2018-08-09T14:16:59-07:00 INFO (6): total 7425589 docs, 1111230505 bytes
2018-08-09T14:16:59-07:00 INFO (6): total 2147.196 sec, 517526 bytes/sec, 3458.27 docs/sec
2018-08-09T14:16:59-07:00 INFO (6): total 95 reads, 2.116 sec, 72207.6 kb/call avg, 22.2 msec/call avg
2018-08-09T14:16:59-07:00 INFO (6): total 11651 writes, 16.540 sec, 1085.5 kb/call avg, 1.4 msec/call avg
2018-08-09T14:16:59-07:00 INFO (6): rotating indices: succesfully sent SIGHUP to searchd (pid=10183).
It looks to me like the documents that it found are being added and the index is rotating correctly. However searches against any new data in the last two days return empty. Searches against older data return fine.
This process has been running fine for years, until we had a system crash a couple days ago. I have since restarted sphinx and indexed numerous times without any luck
Any suggestions would be greatly appreciated