Hi Ferran,

In data giovedì, 26 aprile 2012 17.34:00, Ferran Jorba ha scritto:
> My inbox keeps receiving those hundreds of messages.  BTW, before
> contactint you, I also added the following rule to the robots.txt file:
> 
>  Disallow: *&rm=wrd
> 
> (I've read that not all robots follow wildcards rules.)

Indeed. You might enforcing maybe via mod_rewrite in your apache conf then, by 
e.g. returning a 404 in case of GoogleBot and friends using rm=wrd.
 
> Any other idea?

Actually, I am not sure about the current state of bibrank, but it might be it 
is not really rebalancing from scratch. It might be worth trying performing a 
full (BibRank) reindexing of your installation...

For that you can follow the guide:

<http://ddd.uab.cat/help/admin/bibindex-admin-guide#4.3>

but just the part dedicated to bibrank. I.e. you should run something like:

$ echo "SELECT id FROM rnkMETHOD" | /opt/cds-invenio/bin/dbexec
$ echo "TRUNCATE rnkWORD01F" | /opt/cds-invenio/bin/dbexec
$ echo "TRUNCATE rnkWORD01R" | /opt/cds-invenio/bin/dbexec

(This is it, as there are no other existing rnkWORD tables out of the box).

If you then reissue the normal bibrank, the first time it might take some 
hours, but then you should no longer have these exception for quite some 
time...

Hope this helps!

Cheers!
        Sam

-- 
Samuele Kaplun
Invenio Developer ** <http://invenio-software.org/>

Reply via email to