[ 
https://issues.apache.org/jira/browse/NUTCH-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557169#comment-13557169
 ] 

Markus Jelsma commented on NUTCH-1449:
--------------------------------------

Yes, we use this feature to delete documents by returning null for that 
document in the indexing filter. This means we can now also delete records non 
only because of its HTTP code but also because we consider it as crap (insert 
business rule here).

I should add my patch
                
> Optionally delete documents skipped by IndexingFilters
> ------------------------------------------------------
>
>                 Key: NUTCH-1449
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1449
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>    Affects Versions: 1.5.1
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.7
>
>
> Add configuration option to delete documents instead of skipping them if the 
> indexing filters return null. This is useful to delete documents with new 
> business logic in the indexing filter chain.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to