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"
Line 4: | Line 4: | ||
<source lang="bash"> | <source lang="bash"> | ||
− | kiwix-index [--verbose|-v | + | kiwix-index [--verbose|-v] ZIM_PATH INDEX_PATH |
</source> | </source> | ||
== Technical details == | == Technical details == | ||
− | kiwix-index is based on a kiwix::Indexer class coded in C++ and | + | kiwix-index is based on a kiwix::Indexer class coded in C++ and use [http://www.xapian.org Xapian] as backend. |
== Other == | == Other == |
Latest revision as of 17:12, 1 August 2015
kiwix-index is a console tool which allows to build the fulltext search index corresponding to a ZIM file.
Contents
Usage
kiwix-index [--verbose|-v] ZIM_PATH INDEX_PATH
Technical details
kiwix-index is based on a kiwix::Indexer class coded in C++ and use Xapian as backend.
Other
You may also create the index directly from the Kiwix UI by searching for a sentence not matching any article title.