在开启searchd守护进程时需要加上参数--pidfile 这样就能生成pid文件到指定的目录中..
之后在合并索引的时候 indexer --merger main delta -c csft_discuz.conf --rotate
完整过程
indexer -c csft_discuz.conf --all
searchd -c csft_discuz.conf --pidfile
之后更新增量索引
indexer delta -c csft_discuz.conf
合并索引
indexer --merger main delta -c csft_discuz.conf --rotate
搞定收工..
配置windows下sphinx增量索引手记
62