Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Robert Stojnic
./build will make an .xml file with the dump of the wiki. Check if this file contains the new text. If it doesn't something might be broken at mediawiki side, otherwise look at logs for any warning messages. r. On 09/29/2011 10:22 PM, Ross Xu wrote: > For sure, the index has been rebuilt by ru

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Ross Xu
For sure, the index has been rebuilt by running ./build without any error, and its cron is also working well. I can see all related folders/files have been updated under the indexes directory after each ./build. As I said, I can get correct result if the search key words are from the new page ti

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread James King
Hmm, Try running ./build instead and see if you have any errors. Also check your cron or equivalent that it has been running this script periodically. Jim King >>> Ross Xu 9/29/2011 3:45 PM >>> I haven't tried the manual updater (./update), because it is supposed to be used for "larger wikis

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Ross Xu
I haven't tried the manual updater (./update), because it is supposed to be used for "larger wikis" and my wiki database is just about 30MB. In addition, the manual updater requires the Extension:OAIRepository which is very hard to install and it "will fail" as mentioned in its instructions. Tha

Re: [Mediawiki-l] after upgrading to Mediawiki 1.17.0 the background color of my tables has disappeared

2011-09-29 Thread Krinkle
Do you mean a background-color that you specifically specified or the default background-color (which was white). Consider the following two examples: {| style="background-color: red;" ! foo |- | bar |} {| class="wikitable" ! foo |- | bar |} If the above two do not have a background color (the

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Zach H.
If you run the manual updater (./update) from Lucene's working directory do you get any errors? I have seen the Lucene daemon be up but have an error and unable to process new requests. On Thu, Sep 29, 2011 at 10:39 AM, Ross Xu wrote: > Yes, the Lucene daemon is running, and I have restarted it

Re: [Mediawiki-l] after upgrading to Mediawiki 1.17.0 the background color of my tables has disappeared

2011-09-29 Thread Olivier Beaton
Someone else may be able to provide further insight but as I currently test on 1.15, I noticed that as well. Most people on 1.16+ seem to use the new wikipedia "wikitable" class for that blue & white table layout. "sortable" is another usefull class that adds some javascript sorting buttons to colu

[Mediawiki-l] after upgrading to Mediawiki 1.17.0 the background color of my tables has disappeared

2011-09-29 Thread Conor Glynn
Hi, After upgrading to Mediawiki 1.17.0 (from 1.15) the background color of my tables has disappeared, has anybody any notion how I can get this sorted out? conor ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/ma

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Ross Xu
Yes, the Lucene daemon is running, and I have restarted it for a couple of times. The "old pages" are still valid, and I have no problem to search them. I have no problem to search any new pages' titles either. For example, if a new page's title is "abcd", and its content contains "efgh", and the

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Olivier Beaton
I'm sure you already checked this... but is the lucense indexing daemon still running? If not, then that would explain why old page content is still indexed in it's database, but new pages are not getting added. That happened to me with Sphinx and it was a bit confusing until I ran a ps waxu. Oliv

[Mediawiki-l] Mediawiki 1.17 template calls problem

2011-09-29 Thread John W. Foster
I am seeing this error on a Mediawiki 1.17; A call for; "Template:Safesubst" is what the wiki is describing as this instruction set. "{{#ifeq:{{{subst}}}|SUBST" Anyone know what I need to do to get these to not appear as 'template' calls, & of course to work. below is a grab of the first few lin

Re: [Mediawiki-l] Lucene-search stops indexing page contents

2011-09-29 Thread Ross Xu
One thing to add ... The only thing changed is the Short_URL name. I changed it from "mywiki1" to "mywiki2". But I have tried to change it back. It's still the same problem.   Is it possible that its MySQL database is corrupted? But anything else is working Okay. Again, I can search key words fro