Hi all!
I implemented the first version of an indexer (backend only currently). People
interesting in helping with this task should have a look at inc/indexer.php
I tested with two pages (wiki:sysntax and wiki:parser) so far. The biggest
problem currently is splitting the raw data into words. It needed about 20
seconds to index wiki:parser (the biggest available page). Of these 20 seconds
17 were used in utf8_stripspecials(). So we definitive need some tuning here.
Has anyone an idea?
Andi