centos - Linux下PHP Sphinx配置问题~
程序员文章站
2022-06-02 21:32:10
...
创建索引
bin/indexer -c etc/sphinx.conf --all
,运行之后,出现如下异常错误:
using config file 'etc/sphinx.conf'...
indexing index 'test1'...
collected 4 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 4 docs, 193 bytes
total 0.006 sec, 28357 bytes/sec, 587.71 docs/sec
---
indexing index 'test1stemmed'...
ERROR: index 'test1stemmed': infixes and morphology are enabled, enable_star=0
---
skipping non-plain index 'dist1'...
skipping non-plain index 'rt'...
total 3 reads, 0.000 sec, 1.9 kb/call avg, 0.0 msec/call avg
total 9 writes, 0.000 sec, 1.4 kb/call avg, 0.0 msec/call avg
这是sphinx建立索引时出现读问题,我搜索内容也会出现问题,但是内容可以搜索出来~
搜索命令:bin/search -c etc/sphinx.conf test
错误如下:
words:
1. 'test': 3 documents, 5 hits
---
index 'test1stemmed': search error: failed to open /usr/local/sphinx/var/data/test1stemmed.sph: No such file or directory.
---
求高手指点~~
回复内容:
创建索引 bin/indexer -c etc/sphinx.conf --all
,运行之后,出现如下异常错误:
using config file 'etc/sphinx.conf'...
indexing index 'test1'...
collected 4 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 4 docs, 193 bytes
total 0.006 sec, 28357 bytes/sec, 587.71 docs/sec
---
indexing index 'test1stemmed'...
ERROR: index 'test1stemmed': infixes and morphology are enabled, enable_star=0
---
skipping non-plain index 'dist1'...
skipping non-plain index 'rt'...
total 3 reads, 0.000 sec, 1.9 kb/call avg, 0.0 msec/call avg
total 9 writes, 0.000 sec, 1.4 kb/call avg, 0.0 msec/call avg
这是sphinx建立索引时出现读问题,我搜索内容也会出现问题,但是内容可以搜索出来~
搜索命令:bin/search -c etc/sphinx.conf test
错误如下:
words:
1. 'test': 3 documents, 5 hits
---
index 'test1stemmed': search error: failed to open /usr/local/sphinx/var/data/test1stemmed.sph: No such file or directory.
---
求高手指点~~
在增量索引里面增加
enable_star = 1
比如我的
index deltc : taskquery
{
source = deltc
path = /var/lib/sphinxsearch/data/taskquerydelta
morphology = stem_en
enable_star = 1
}
配置里,索引的path路径用绝对路径,并且确保存在
上一篇: C#、PHP与NodeJs性能测试对比
推荐阅读
-
CentOS 6.4系统下编译安装LNMP和配置PHP环境具体步骤
-
Linux下php连接SQLServer 2000数据库的配置方法
-
linux CentOS 系统下如何将php和mysql命令加入到环境变量中
-
Linux+php+apache+oracle环境搭建之CentOS下安装Oracle数据库
-
Linux CentOS系统下tomcat配置ssl教程
-
CentOS7 下nginx与PHP的安装与配置
-
Linux Centos7.2下安装nodejs&npm配置全局路径的教程
-
在Linux下配置和安装Domino 服务器的问题
-
centos的安装与配置,Linux下基本命令、权限控制,解压缩文件以及软件的安装与卸载
-
Linux(CentOS)环境下安装下载Nginx并配置