无法执行未找到的sphinx搜索命令

vit*_*sya 5 terminal search sphinx opensuse

我有一个Opensuse 13.2操作系统.我也安装了sphinx搜索引擎.在我尝试在终端中执行搜索命令之前一切都很棒.

search: command not found
Run Code Online (Sandbox Code Playgroud)

在此之前我配置了sphinx,执行了索引器,执行了searchd,一切都很好.

这是searchd输出命令:

vitalik-opensuse:/home/vitalik # searchd 
Sphinx 2.2.8-id64-release (rel22-r4942)
Copyright (c) 2001-2015, Andrew Aksyonoff
Copyright (c) 2008-2015, Sphinx Technologies Inc(http://sphinxsearch.com)

using config file '/etc/sphinx/sphinx.conf'...
listening on all interfaces, port=9312
listening on all interfaces, port=9306
precaching index 'deal'
precaching index 'deal-have'                                
precaching index 'deal-want'                                
precached 3 indexes in 0.086 sec
Run Code Online (Sandbox Code Playgroud)

这是索引器输出:

vitalik-opensuse:/home/vitalik # indexer --all
Sphinx 2.2.8-id64-release (rel22-r4942)
Copyright (c) 2001-2015, Andrew Aksyonoff
Copyright (c) 2008-2015, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/etc/sphinx/sphinx.conf'...
indexing index 'deal'...
collected 7 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 7 docs, 1355 bytes
total 0.021 sec, 62708 bytes/sec, 323.95 docs/sec
indexing index 'deal-have'...
collected 7 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 7 docs, 1355 bytes
total 0.007 sec, 193240 bytes/sec, 998.28 docs/sec
indexing index 'deal-want'...
collected 7 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 7 docs, 1355 bytes
total 0.006 sec, 207758 bytes/sec, 1073.29 docs/sec
skipping non-plain index 'dist1'...
total 12 reads, 0.000 sec, 0.8 kb/call avg, 0.0 msec/call avg
total 36 writes, 0.000 sec, 0.4 kb/call avg, 0.0 msec/call avg
Run Code Online (Sandbox Code Playgroud)

但我仍然无法执行搜索命令尝试通过终端搜索.Sphinx版本是2.2.8,从 opensuse-13.2-server-search-repository安装 我做错了什么?谢谢.

bar*_*ter 6

search工具不再存在.它在几个版本之前被删除了.

它早已被打破,而不是一个真实的搜索体验.

使用api文件夹中的test.php等来测试searchd.