Axel Etzold wrote: > Dear Keisial, > > thank you very much for responding. I found it now and it's working well. > > Could you help me with one additional question: > In the online Wikipedia, you can enter a term, press the search button > and get a list of articles with relevance percentages. > > How could I implement that for my local wikipedia ?
Wikipedia uses lucene, but the simpler mysql search is probably enough for your needs. The mwimport script doesn't seem to populate any secondary table with links. To populate the search index run maintenance/rebuildtextindex.php (note it is a slow operation) For filling other tables (categories, what links here...) run maintenance/refreshLinks.php > I'd be glad to learn about your software as well. You give the windows user the program. He opens the icon and sees the wiki. Under the hood, it's running a MediaWiki instance and reading the articles from compressed xml dumps. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
