Actually i am trying to start my Kaltura service. The default "sphinx" came along together with Kaltura has crushed and then got uninstalled. Then i installed clean dedicated of "Sphinx" (source version from here) outside of Kaltura. I setup at /opt/sphinx/. Then when after setup ..
First what is the best way to install Sphinx on a centOs server
rpm -ivh http://sphinxsearch.com/downloads/accept.php?file=sphinx-2.0.6-1.rhel6.x...
yum install sphinx
didn't seem to work.
Also, my set up is one app server, and one database server.
I tried to install shpinx search from PHP Pecl I got this error:
.
.
.
.
ERROR: `/root/tmp/pear/sphinx/configure --with-sphinx' failed
The sphinx.so object is not in /usr/local/lib/php/extensions/no-debug-non-zts-20090626
Tidying /usr/local/lib/php.ini...
No changes
Tidying /usr/local/cpanel/3rdparty/etc/php.ini...
No changes
Please any one help me to know what are these headers a
I am building a full-text search engine that returns results for phrases.
(a) I am trying to match phrases only using SPH_MATCH_PHRASE in SPHINX using PHP. The problem is that when I search for, e.g. "This is a phrase", it also produces relevant results for "This is a phrase" and "a phrase" and "This is a" and "This is" and "phrase" etc.
Sphinx As MySQL Storage Engine (SphinxSE)
I want to install the latest version of Sphinx Search Engine on top of the MySQL tables on MAMP. My whole web application uses MySQL tables that I test locally using MAMP on a MacBook. However, I can't seem to find a good way to install Sphinx on top of the MySQL of MAMP. I would love a detailed explanation of the installation since I followed the steps of installing Sphinx and it kept failing.
I have Sphinx running and I can search (YAY), but when I get the results the id for my select isn't there, here is my sphinx.conf:
source willem
{
type = mysql
sql_host = localhost
sql_user = root
sql_pass = ********
sql_db = test
sql_port = 3306
sql_que
We have server with high traffic website.
Recently we moved from
2 x 4 core server (8 cores in /proc/cpuinfo), 32 GB RAM, running CentOS 5.x, to
2 x 4 core server (16 cores in /proc/cpuinfo), 32 GB RAM, running CentOS 6.3
Server running nginx as a proxy, mysql server and sphinx-search.
Traffic is high, but mysql and sphinx-search databases are relatively small, and usually everything works bl
I have problem with sphinx indexer and large (over 1gb database). Seems that its running out of space and I am unable to change the /tmp folder it is using. Googling the error gives lot of mysql related errors, but I have changed all paths in /etc/mysql/* files to /var/tmp which has more available space. Current /tmp folder has 1,4 GB of space and that does not seem to be enough.