不是纯粹的Sphinx,是CSFT的patch版本.
--config <file> 读取配置文件
(默认为 csft.conf)
--all 重新index所有配置文件中描述的index项
--quiet 只显示错误信息
--noprogress 不显示进度
(输入不是tty时自动启用)
--rotate 当索引结束时发送SIGHUP给searchd,使之自动rotate已更新的索引
--buildstops <output.txt> <N>
build top N stopwords and write them to given file
--buildfreqs store words frequencies to output.txt
(used with --buildstops only)
--merge <dst-index> <src-index>
合并 'src-index' 到 'dst-index'
'dst-index' 会保存有合并后的结果
'src-index' 不会被修改
--merge-dst-range <attr> <min> <max>
合并时过滤 'dst-index', 仅保留 'attr'值在 'min' 和 'max' (包含)的记录.
Sphinx Indexer的参数
本文介绍了一个基于Sphinx的索引工具——CSFT的补丁版本,提供了详细的命令行选项说明,包括配置文件读取、索引重建、静默模式、进度条隐藏、索引轮换、构建停用词列表、频率统计及索引合并等功能。

被折叠的 条评论
为什么被折叠?



