我正在尝试测试sphinx引擎,但我遇到了一些问题。
服务正在运行,数据库已创建并且文件已编制索引。现在我只想搜索一些东西。
我有两个地点。
配置文件,数据和日志文件夹的路径:
C:\Internet\Project\sphinx\project.conf.in
文件夹内容(zip)的路径:
C:\sphinx
我在尝试什么
C:\sphinx\bin>search.exe --config C:/Internet/Project/sphinx/project.conf.in test1
Sphinx 2.0.1-beta (r2792)
Copyright (c) 2001-2011, Andrew Aksyonoff
Copyright (c) 2008-2011, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file 'C:/Internet/Project/sphinx/project.conf.in'...
FATAL: failed to parse config file 'C:/Internet/Project/sphinx/project.conf.in'
C:\sphinx\bin>
我必须把我要搜索的单词放在哪里,以及为什么我会收到此错误?
由于