Sphinx Indexer的参数

不是纯粹的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' (包含)的记录.

你可能感兴趣的:(File,Build,patch)