Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to check sphinx version?

Tags:

sphinx

I install a sphinx search engine a couple months ago, as time pass, I don't remember that sphinx version I installed.

how to check my system sphinx version?

like image 827
user285020 Avatar asked Mar 22 '10 06:03

user285020


2 Answers

May be just run the command searchd without any parameter

It shows following when I just tried

Sphinx 0.9.9-release (r2117) Copyright (c) 2001-20009, Andrew Aksyonoff  .... 
like image 59
YOU Avatar answered Sep 17 '22 13:09

YOU


Run searchd with '--help' parameter which show the searchd version:

searchd --help Sphinx 0.9.9-release (r2117) Copyright (c) 2001-2009, Andrew Aksyonoff 
like image 33
Iaroslav Vorozhko Avatar answered Sep 19 '22 13:09

Iaroslav Vorozhko