- 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) | Manticore Search | INDEXTOOL(1) |
NAME¶
indextool - Manticore Search tool dump miscellaneous debug information about the physical index.
SYNOPSIS¶
indextool {command} [options]
DESCRIPTION¶
Manticore Search is a collection of programs that aim to provide high quality fulltext search.
indextool is one of the helper tools within the Manticore Search 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
--help, -h
-v
OPTIONS¶
The only currently available option applies to all commands and lets you specify the configuration file:
--config CONFIGFILE, -c CONFIGFILE
AUTHOR¶
Manticore Software LTD (http://manticoresearch.com)
COPYRIGHT¶
Copyright 2017-2019 Manticore Software LTD (http://manticoresearch.com), 2008-2016 Sphinx Technologies Inc (http://sphinxsearch.com), 2001-2016 Andrew Aksyonoff
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.
SEE ALSO¶
indexer(1), searchd(1), search(1)
Manticore Search and it's programs are documented fully by the Manticore Search reference manual available in /usr/share/doc/manticore.
12/13/2018 | 2.7.0 |