search: Converted to use xapian-omega.
[ikiwiki] / doc / plugins / search.mdwn
1 [[template id=plugin name=search author="[[Joey]]"]]
2 [[tag type/useful]]
3
4 This plugin adds full text search to ikiwiki, using the
5 [xapian](http://xapian.org/) engine and its
6 [omega](http://xapian.org/docs/omega/overview.html) frontend.
7
8 Ikiwiki will handle indexing new and changed page contents, using the
9 [[cpan Search::Xapian]] perl modules. Note that it indexes page contents
10 before they are preprocessed and converted to html, as this tends to
11 produce less noisy search results. Also, since it only indexes page
12 contents, files copied by the [[rawhtml]] plugin will not be indexed, nor
13 will other types of data files.
14
15 There is one setting you may need to use in the config file. `omega_cgi` 
16 should point to the location of the omega cgi program. The default location
17 is `/usr/lib/cgi-bin/omega/omega`.