O.K. I figured that out. I had to make an insertion for my mime type into parse-plugins.xml. However, I find the parse-js parser restricts itself to "application/x-javascript". I had to modify to allow "text/javascript" and it worked fine.
On Mon, Oct 6, 2008 at 10:58 PM, Kevin MacDonald <[EMAIL PROTECTED]>wrote: > The org.apache.nutch.parse.js.JSParseFilter plugin maps to content type > "application/x-javascript" as shown in the plugin.xml file. Is it possible > to also have this same plugin parse a content type of "text/javascript" ? > Kevin >
