Using sphinx RT (realtime), I have the current working setup.
But I want to add a new field for tracking: rt_field new_field
After adding the above to my sphinx.conf and issuing it /etc/init.d/sphinxsearch restart, trying to populate sphinx raises an error saying that mine new_fieldis an unknown column.
(The documentation does not explicitly state this for RT indices.)
Question:
Do I need to delete the index file and let sphinx recreate it or is there a way to update it and how?
source
share