- bookworm 2.2.11-8+b1
- testing 2.2.11-8+b3
- unstable 2.2.11-8+b3
- experimental 2.8.2-1
INDEXTOOL(1) | Sphinxsearch | INDEXTOOL(1) |
NAME¶
indextool - Sphinxsearch tool dump miscellaneous debug information about the physical index.
SYNOPSIS¶
indextool {command} [options]
DESCRIPTION¶
Sphinx is a collection of programs that aim to provide high quality fulltext search.
indextool is one of the helper tools within the Sphinx package. It is used to dump miscellaneous debug information about the physical index. Apart ghe dumping indextool can perform index verification, hence the indextool name rather than just indexdump.
COMMANDS¶
The commands are as follows:
--dumpheader FILENAME.sph
--dumpconfig FILENAME.sph
--dumpheader INDEXNAME
--dumpdocids INDEXNAME
--dumphitlist INDEXNAME KEYWORD
--dumphitlist INDEXNAME --wordid ID
--htmlstrip INDEXNAME
--check INDEXNAME
--strip-path
--optimize-rt-klists
OPTIONS¶
The only currently available option applies to all commands and lets you specify the configuration file:
--config CONFIGFILE, -c CONFIGFILE
AUTHOR¶
Andrey Aksenoff (shodan@sphinxsearch.com). This manual page is written by Alexey Vinogradov (klirichek@sphinxsearch.com). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
SEE ALSO¶
indexer(1), searchd(1), search(1)
Sphinx and it's programs are documented fully by the Sphinx reference manual available in /usr/share/doc/sphinxsearch.
07/19/2016 | 2.2.11-release |