EPrints Technical Mailing List Archive

Message: #01933


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: IRStats filter for fulltext




Date: Wed, 8 May 2013 09:57:24 +1000
From: Mark Gregson <mark.gregson@qut.edu.au>

I believe you need need to remove the AbstractFilter from the filter chain built in IRStats::CLI::update_table (is that what you did?). Note that old data won't be processed unless drop or remove all data from the irs_* tables.

I might have missed something because I'm looking at our code which has been modified a bit.

A warning: we experimented with including abstract accesses in IRStats data but it added too much data and the processing times became unacceptable.


Thanks, Mark. I did drop IRS tables and then ran update_metadata and update_table, and now the IRStats access table has abstract accesses too. But yes, the processing takes much longer.

Prakash

--
N. A. Prakash
Indian Academy of Sciences
http://repository.ias.ac.in

-----Original Message----- From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of prakash@ias.ernet.in

I want to get IRStats to pull fulltext _and_ abstract accesses from the Eprints access table into the IRStats access table. I commented out the relevant lines in .../perl_lib/IRStats/CLI/update_table.pm.

After running

irstats.cgi archiveid update_metadata

and

irstats.cgi archiveid update_table,

I find that the IRS access table still has only fulltext entries.