Hi I've looked at nutch's code in ParseUtil and it seems that it was designed so only one parses is eventually activated on a single url. What's the reason for this? What should I do if I want, in addition to the existing parsers, add a parser that will get a certain field out of the url, an run this behaivour on all the urls? Do I have to add this code to all the parsers?
thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-parsers-tp3806721p3806721.html Sent from the Nutch - User mailing list archive at Nabble.com.

