Kiwix-index

From Kiwix
Revision as of 16:12, 21 December 2011 by Kelson (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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