Page 1 of 1

Sphinx - last candidates aren't indexed

Posted: 16 May 2013, 11:20
by devxpress
Hi sir,

i'm an old user of open cats, using sphinx for search, all works fine, till these last months,
i've noticed, that some candidates are not indexed, for example, when i make search by result keywords, and search for : php or c+++, i don't get my last candidates.
Can somebody tell me what's heppening and help me,

NB : the problem is only with result keywords;

thanks for your help;

Re: Sphinx - last candidates aren't indexed

Posted: 16 May 2013, 14:56
by RussH
Hi there - can you check and see if the files failing to index are PDF, ODF or DOCX? you'll have to install the patch to allow indexing of those filetypes

there's a commit in the SVN repo 0.9.2 for this - sure you can apply it to 0.9.1a too, or there's this fix from the forums;

http://www.opencats.org/forums/viewtopic.php?t=252

Re: Sphinx - last candidates aren't indexed

Posted: 11 Dec 2013, 20:27
by devxpress
Hi sir,
it was a long time, i'm sorry i didn't reply.
i've tried to re-index my database using this command :
/usr/local/bin/indexer --all --config /srv/www/html/cats/modules/search/sphinx.conf

and when i launch this command :

search --config /srv/www/htdocs/cats/modules/search/sphinx.conf controller
i return correclty th results

but in CATS and with the same keywords, i don't see the last indexed candidates.
Do u have an idea plz??

It's urgent,
Thanks for your reply;

Re: Sphinx - last candidates aren't indexed

Posted: 11 Dec 2013, 23:55
by RussH
on the face of it, this sounds pretty straightforward, do you not have the cronjob running to pick up the delta's since last index? Have you done everything here?

http://www.opencats.org/documentation/H ... all_Sphinx