Difference between revisions of "Kiwix-index"

From Kiwix
Jump to navigation Jump to search
(Created page with "'''kiwix-manage''' is a console tool which allows to build the fulltext search index corresponding to a ZIM file. == Technical details == kiwix-manage is based on a kiwix::I...")
(No difference)

Revision as of 16:12, 21 December 2011

kiwix-manage is a console tool which allows to build the fulltext search index corresponding to a ZIM file.

Technical details

kiwix-manage is based on a kiwix::Indexer class coded in C++ and using Xapian or CLucene as backend.

Usage

kiwix-index [--verbose|-v] [--backend|-b=xapian|clucene] ZIM_PATH INDEX_PATH

See also