Difference between revisions of "Kiwix-index"

Jump to navigation Jump to search
no edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


<source lang="bash">
<source lang="bash">
kiwix-index [--verbose|-v] [--backend|-b=xapian|clucene] ZIM_PATH INDEX_PATH
kiwix-index [--verbose|-v] 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 ==
== Technical details ==


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 use [http://www.xapian.org 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.''


== See also ==
== See also ==
* [[kiwix-manage]]
* [[kiwix-manage]]
* [[kiwix-install]]
* [[kiwix-install]]

Navigation menu