Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUTCH-1932 Automatically remove orphaned pages #211

Merged
merged 1 commit into from Oct 25, 2017

Conversation

sebastian-nagel
Copy link
Contributor

  • apply Markus Jelsma's latest patch, 2016-06-30
  • add method orphanedScore(Text, CrawlDatum) to ScoringFilter interface
  • complete unit tests for CrawlDb update

Copy link
Member

@lewismc lewismc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

* URL of the page
* @param datum
* CrawlDatum for page
* @throws ScoringFilterException
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this 'may' break Javadoc generation if no comment is provided alongside the Exception itself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks. However, the current state would require more fixes. @throws ScoringFilterException hasn't a description anywhere, it's even not consistently "declared" in the Javadoc. Let's keep this for a later improvement.

- apply Markus Jelsma's latest patch, 2016-06-30
- add method orphanedScore(Text, CrawlDatum) to ScoringFilter interface
- complete unit tests for CrawlDb update
@sebastian-nagel
Copy link
Contributor Author

Merged after rebase and squash.

@sebastian-nagel sebastian-nagel deleted the NUTCH-1932 branch October 25, 2017 15:28
sebastian-nagel added a commit to commoncrawl/nutch that referenced this pull request May 16, 2018
- requires patched crawler-commons library (see crawler-commons#210/apache#211)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants