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

can't execute sphinx search command not found

我有一个 Opensuse 13.2 操作系统。我还安装了 sphinx 搜索引擎。一切都很好,直到我尝试在终端中执行搜索命令。

search: command not found

之前我配置了sphinx,执行了indexer,执行了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

这是索引器输出:

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

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

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

久违了,不是真实的搜索体验。

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