Questions tagged [sphinxsearch]
42 questions
0
votes
1 answer
What must be correct dist_threads in heavy loaded SphinxSearch
We have heavy load sphinx instance. Index is realtime, but we bulk insert data only once a week or so.
It runs on dedicated 12 core / 24 thread server.
Server have only sphinx installed.
Here is snipped of conf file:
index data_all
{
type …

Nick
- 826
- 2
- 15
- 42
0
votes
1 answer
Indexer causes MySQL to hang
Not sure what's going on. I run indexer --all --rotate
When it finishes mysql hangs and not accepting new connections.
from my observation as soon as indexer finishes, all update,insert,delete queries goes into query end
*mysql tables are not…

rabotalius
- 109
- 1
- 5
0
votes
1 answer
Sphinx search on RHEL / CentOS MySQL cluster
Is it possible to add a new resource type to an RHEL or CentOS 6.x cluster, in order to allow Sphinx fulltext search to run alongside MySQL?
The clusters are managed using luci/ricci and cman.

Terence Johnson
- 463
- 4
- 12
0
votes
1 answer
Install Sphinx Search on my Virtual Private Server
I'm trying to install sphinxsearch on a Virtual Private Server that is running Debian GNU/Linux. It seems to depend on upstart-job. Here is the output I get when I try and run the installer.
[ps64518]$ sudo dpkg -i…

vicatcu
- 151
- 6
0
votes
2 answers
Failed Dependency: libmysqlclient.so.15 as part of Sphinx Install
I'm running CentOS 5.7 and trying to install Sphinx Search but keep receiving missing dependency errors.
$ yum install sphinx
...
Error: Missing Dependency: libmysqlclient.so.15 is needed by package sphinx-0.9.8.1-3.el5.i386 (epel)
Error: Missing…

dSquared
- 125
- 1
- 4
0
votes
1 answer
Installing Sphinx (2.0.1.beta) --with-mysql fails
I am trying to install sphinx on my centOS 5.6 x64
if I do yum install sphinx I get only 0.9,9 version, and I'd like to install 2.0.1-beta
so I followed the instructions in their documentation and I downloaded source tarball and run
./configure…

DS_web_developer
- 125
- 1
- 1
- 5
0
votes
1 answer
Sphinx cannot be found on your system (OSX)
I recently installed sphinx, mysql etc. and everything works fine as well. However, I always get the message:
Sphinx cannot be found on your system. You may need to configure the following
settings in your config/sphinx.yml…

Patrick
- 361
- 1
- 3
- 11
0
votes
2 answers
MySQL error: Can't find symbol '_mysql_plugin_interface_version_' in library
The boring, necessary details: I'm on Snow Leopard running MySQL locally.
I'm trying to install the Sphinx engine for MySQL like so:
mysql> install plugin sphinx soname 'sphinx.so';
ERROR 1127 (HY000): Can't find symbol…

Josh Smith
- 123
- 8
0
votes
1 answer
sphinx.so not loaded in ubuntu 8.04
I've installed the sphinx extensions via pecl on ubuntu 8.04
however, after restarting apache, my php program says that SphinxClient hasn't been found
I looked at phpinfo() output and its not there.
I've looked at where extension_dir is set to and…
Erez
0
votes
1 answer
lucene vs sphinx vs xapian vs lemur , which is a good choice for production use?
I am evaluating the full-text searching systems and I really need your practical experiences. Also you can suggest some that I didn't mention.

Mickey Shine
- 939
- 4
- 17
- 33
0
votes
1 answer
sphinx 0.9.9 runs slower than 0.9.8
After upgrade of sphinx from 0.9.8 to 0.9.9 we ran into serious problems with performance. Searchd works on EC2 large instance.
Queries started to work much slower and i often could see Z (zombie) searchd processes in top.
I expect this may be…

Andriy Bohdan
- 141
- 5
0
votes
0 answers
Old Sphinx 0.99 on Debian 11?
I plan to move several websites that use Sphinx 0.99 including its old PHP API to a new Server running Debian 10 or 11 and wonder if it would even work to get this old Sphinx version running.
To adjust the old PHP API for PHP 8 I think I could do…

Jonny 5
- 101
- 2