Sphinx is a free software search engine for indexing database content. NOTE: For the Python documentation tool, use the [python-sphinx] tag.
Questions tagged [sphinx]
20 questions
5
votes
2 answers
Sphinx "searchd" can not start
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…
夏期劇場
- 455
- 2
- 5
- 18
4
votes
2 answers
How to install CMake on FreeBSD without Sphinx
CMake recently (September 2014 I guess) started to depend on py27-Sphinx port for its documentation. I actually don't use python on my server, but CMake builds and installs it and its 9 other dependencies just to build its documentation, even though…
Bugra Koc
- 121
- 7
2
votes
1 answer
Sphinx searchd: failed to lock .spl file, no such file or directory
I use sphinx for indexing on my development environment, and it is working fine. But when i take it to the server. I can index and I have the indexes with search working on them, but everytime I run the command: searchd --config configfile , it…
user1673575
- 121
- 2
2
votes
2 answers
Trouble with Debian Lenny and Sphinx
I've very basic understanding of linux systems, but I've a server which was setup a while ago to host some web apps. Recently I decided to test out and implement Sphinx but unfortunately I cant get the install to work.
I'm running a Debian Lenny…
Ando
- 121
- 5
2
votes
2 answers
Creating sphinx table in mysql crashes mysql - why?
I've got the latest version of sphinx installed. I have created the index with no problems and searchd starts up with no problems.
However, whenever I try to create a test table (straight from the docs I might add) mysql crashes.
I'm at wits end…
GeoffreyF67
- 497
- 2
- 7
- 14
1
vote
1 answer
How to install specific version of sphinx via apt-get on Ubuntu precise?
I want to install a specific version of sphinx on my Ubuntu 12.04 LTS server. I'm using Chef but I think that's incidental to my question.
I know generally one can do:
apt-get install some_package=version
However I cannot seem to find the correct…
Andy Stewart
- 193
- 1
- 6
1
vote
1 answer
Connect to sphinx on remote server
I recently moved sphinx onto the same server as our db so our architecture is:
File Server that hosts our web app
DB server w/ Sphinx instance (searchd)
When I try to connect to sphinx at ip.to.db.server I get the following error:
Sphinx response…
Eric Uldall
- 161
- 2
- 10
1
vote
2 answers
Sphinx searchd dead but subsys locked
I have configured everything on sphinx. It is working fine in the command-line interface using Putty. Even i can able to search in the Command Line Interface as below,
[root@phpsalzer sphinx]# search -i gplay 'toy'
Sphinx 2.0.4-id64-release…
Raja
- 111
- 4
1
vote
2 answers
How to install Sphinx on CentOS 6 where the DB and App server are separate servers
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.x86_64.rpm
yum install sphinx
didn't seem to work.
Also, my set up is one app server, and one database…
Quantum
- 75
- 1
- 12
1
vote
1 answer
Update sphinx from source after apt-get
I'm running the latest debian as OS.
I installed Sphinx using
apt-get install sphinxsearch
However, I need to communicate with sphinx trough PHP. In order to do so I downloaded the latest Sphinx version to obtain the phpapi.
wget…
Pim Reijersen
- 115
- 3
1
vote
2 answers
Sphinx: libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed
Can't find a way to install sphinx. It's asking for libmysqlclient.so.15, which I have...
What else can i do?
This is what I've tried already
[root@server1 ~]# rpm -ivh sphinx-2.0.3-1.el5.x86_64.rpm
error: Failed dependencies:
…
Crazy_Bash
- 227
- 1
- 4
- 9
0
votes
1 answer
How to add dynamic code/ruby code inside .conf file
I'm using Sphinx search engine for my application, and I would like to add ruby code inside the sphinx.conf file to update some values dynamically based on my application server hostname? Is it possible to execute the ruby code inside sphinx.conf?…
loganathan
- 240
- 2
- 13
0
votes
1 answer
Setting group_concat_max_len in Sphinx config is not being applied
I ran into a problem whereby our Sphinx SQL queries are getting truncated. This was due to the default limit for the Group Concat function in MySQL being 1024 bytes.
I used the following in my Sphinx.conf to fix this issue:
sql_query_pre = SET…
Tom Arnautovic
- 1
- 1
0
votes
1 answer
FreeTDS - sudo uses different protocol version
After a while of fiddling with FreeTDS I got my connection to MSSQL from Sphinx up and running as DSN-less connection.
After running
indexer index
Everything works as expected.
But, after running (which I have to run as sudo to use rotate)
sudo…
realshadow
- 121
- 4
0
votes
1 answer
improving sphinx search performance on an ec2 architecture
I'm working on a m1.large instance in ec2.
m1.large 64-bit
vCPU -2
ECU-4
Memory -7.5GB
DIsks-2 x 420
EBS-Optimized - Yes
Network performance: Moderate
the index files are on an EBS block with 500 (promised) IOPS.
I have one index consists of 3…
YSY
- 105
- 4