jnioche commented on issue #158: URL: https://github.com/apache/stormcrawler/issues/158#issuecomment-5036780419
thanks @AsifQureshi04 Building the DOM is costly and makes the parsing a lot slower, we definitely don't want to do it systematically. Some of the parsefilters that needed it have since been ported to `JSoupParseFilters`, the purpose of which was in part to remove the need for the DOM. Would you mind checking which of the implementations that use it do not have a `JSoupParseFilter` equivalent? Ignoring `DebugParseFilter` which is there just to debug the actual DOM. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
