From Fedora Project Wiki

< User:Codeblock

Revision as of 20:53, 8 February 2012 by Codeblock (talk | contribs) (Created page with "= Sphinx = * [http://www.mediawiki.org/wiki/Extension:SphinxSearch This page is helpful] and I used their config and modified it to our needs. * The Sphinx indexer simply runs o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sphinx

  • This page is helpful and I used their config and modified it to our needs.
  • The Sphinx indexer simply runs on a cron, so that part is simple.
  • As far as front end, we are going to look at packaging the above linked MW extension.
    • The extension depends on sphinxapi.php, which is in the libsphinxclient package, at */usr/share/doc/libsphinxclient-0.9.9/sphinxapi.php*.
    • The extension does not seem to work with MW 1.16, but we want to upgrade eventually anyway.