You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Doron Rosenberg <do...@gmail.com> on 2008/07/25 18:56:14 UTC

Getting all results for a certain mimetype

I've got the Nutch 0.9 plugins configured to allow mimetype searching, but I
need a way to get all documents of a certain mimetype.

Doing a nutchBean.search("type:text/html") gets me no results - it seems to
need a search term as well.

So, the question is what is the best way to do this?

thanks!