Difference between revisions of "Kiwix-index"
Jump to navigation
Jump to search
Line 6: | 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> | ||
== Technical details == | == Technical details == | ||
Line 13: | Line 11: | ||
kiwix-index is based on a kiwix::Indexer class coded in C++ and using Xapian or CLucene as backend. | kiwix-index is based on a kiwix::Indexer class coded in C++ and using Xapian or CLucene as backend. | ||
== Other == | |||
''You may also create the index directly from the Kiwix UI by searching for a sentence not matching any article title.'' | |||
== See also == | == See also == | ||
* [[kiwix-manage]] | * [[kiwix-manage]] | ||
* [[kiwix-install]] | * [[kiwix-install]] |
Revision as of 11:01, 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
Technical details
kiwix-index is based on a kiwix::Indexer class coded in C++ and using Xapian or CLucene as backend.
Other
You may also create the index directly from the Kiwix UI by searching for a sentence not matching any article title.