Re: A bug in org.apache.nutch.parse.ParseUtil?

2015-04-20 Thread Mattmann, Chris A (3980)
Sounds great, Arkadi (isAnySuccess()). Please submit a pull request and/or patch when you get a chance. This sounds like a needed change for sure. ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems S

RE: A bug in org.apache.nutch.parse.ParseUtil?

2015-04-20 Thread Arkadi.Kosmynin
Hi Sebastian, Yes, I considered parseResult.isSuccess(), but the problem is, it returns success only if all parses were successful. So, if the first parser succeeds, it will break the loop, else all parsers will be used - I don't think this was the idea. If retaining ParseStatus of failed pars