https://bugzilla.wikimedia.org/show_bug.cgi?id=64006

--- Comment #1 from Chad H. <innocentkil...@gmail.com> ---
(In reply to Sam Reed (reedy) from comment #0)
> # Better make sure the global setting is enabled
> $wgUseLuceneSearch = true;
> if ( $wgUseLuceneSearch ) {
>       wfProfileIn( "$fname-lucene" );
>       include( "$wmfConfigDir/lucene-common.php" );
>       wfProfileOut( "$fname-lucene" );
> }
> 
> 
> Lucene config shouldn't be loaded for all wikis. Ideally varying on
> noncirrus.dblist
> 
> 

Yes it should always be loaded still. It's configured as secondary for the time
being until we're 100% cut over and start decom'ing the old stuff.

> lucene-labs.php is also useless, pointing at Tampa IPs (and no Lucene
> servers setup in EQIAD for labs). Removing it, without a plain lucene.php
> might cause errors (I can't remember how nicely it falls back). But as per
> above, we shouldn't be loading this code and MWSearch etc anyway where not
> used etc

I don't disagree here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to