On Tue, Aug 12, 2008 at 1:20 PM, Susan Parham <[EMAIL PROTECTED]> wrote:
> Any thoughts on how we would query the database to determine the
> number of full-text items in our repository?  These would be items
> with the additional .txt file created after running media filter.

Maybe

select count(*) from bundle where name='TEXT';

Be aware that if you're running 1.4.x you may have been bitten by the
PDF filtering bug where filter-media chokes and dies on some PDFs.
There may be other reasons this query won't get you an exact count,
but it should be a place to start.

Dorothea

-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to