Tagged Questions
2
votes
1answer
219 views
MediaWiki SearchEngine that behaves like google
searchterm: foo
should match foo and foobar
searchterm: "foo"
should only match foo
I tried LuceneSearch and SphinxSearch so far, but I couldn't get any of these to behave like google. foo will only ...
0
votes
1answer
920 views
Error running multiple instances of sphinx (searchd) on the same box
I have a MediaWiki server that hosts 4 instances of MediaWiki, and figure I should have a separate instance of sphinx search running for each. I did this by creating separate sphinx.conf files for ...