How has offline Wikipedia affected you? The Wikimedia Foundation (the non-profit that supports Wikipedia) is looking for personal, diverse and inspiring stories about how offline Wikipedia affects the world. If you have a personal story that you would like to share, please contact: stories@kiwix.org. Thank you!
Difference between revisions of "Kiwix-index"
(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...") |
|||
Line 1: | Line 1: | ||
− | '''kiwix- | + | '''kiwix-index''' is a console tool which allows to build the fulltext search index corresponding to a ZIM file. |
− | |||
− | |||
− | |||
− | |||
== Usage == | == Usage == | ||
Line 10: | Line 6: | ||
kiwix-index [--verbose|-v] [--backend|-b=xapian|clucene] ZIM_PATH INDEX_PATH | kiwix-index [--verbose|-v] [--backend|-b=xapian|clucene] ZIM_PATH INDEX_PATH | ||
</source> | </source> | ||
+ | |||
+ | ''You may also create the index directly from the Kiwix UI by searching for a sentence not matching any article title.'' | ||
+ | |||
+ | == Technical details == | ||
+ | |||
+ | kiwix-index is based on a kiwix::Indexer class coded in C++ and using Xapian or CLucene as backend. | ||
+ | |||
== See also == | == See also == | ||
* [[kiwix-manage]] | * [[kiwix-manage]] | ||
* [[kiwix-install]] | * [[kiwix-install]] |
Revision as of 11:00, 9 January 2013
kiwix-index is a console tool which allows to build the fulltext search index corresponding to a ZIM file.
Usage
kiwix-index [--verbose|-v] [--backend|-b=xapian|clucene] ZIM_PATH INDEX_PATH
You may also create the index directly from the Kiwix UI by searching for a sentence not matching any article title.
Technical details
kiwix-index is based on a kiwix::Indexer class coded in C++ and using Xapian or CLucene as backend.