https://bugzilla.wikimedia.org/show_bug.cgi?id=19882
--- Comment #8 from Brion Vibber <[email protected]> 2009-08-06 16:26:48 UTC --- I think I found our problem: } elseif ( in_array( $wgDBname, array( 'enwiki' ) ) ) { # Big RAM pool 1, via LVS $wgLuceneHost = '10.2.1.11'; $wgLuceneSearchVersion = 2.1; $wgEnableLucenePrefixSearch = true; $wgLucenePrefixHost = '10.0.3.8'; #search8 $wmgUseTitleKey = false; } For some mysterious reason the Lucene configuration disables TitleKey on enwiki. Ouch! Removing this... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
