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

时间:2015-04-02 21:35:39

标签: search terminal sphinx opensuse

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

search: command not found

在此之前我配置了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

这是索引器输出:

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 我做错了什么? 谢谢。

1 个答案:

答案 0 :(得分:6)

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

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

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