Sphinx Indexing Issue

I have tried to install and I run into an error once I hit the sphinx section. I have the following errors

DEBUG SQL (0.9ms) DELETE FROM delayed_jobs WHERE (handler LIKE (’— !ruby/object:ThinkingSphinx::Deltas::%’) AND locked_at IS NULL AND locked_by IS NULL AND failed_at IS NULL)
sh: 1: indexer: not found

I figured it out. I needed to install the Sphinx first before running the index.
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-sphinx-on-ubuntu-16-04

Good to hear that you’ve found the solution!

Indeed a working Sphinx installation is part of the requirements and we recommend version 2.1.4.

Keep up the good work!