You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2015/07/01 12:14:04 UTC

[jira] [Updated] (NUTCH-1449) Optionally delete documents skipped by IndexingFilters

     [ https://issues.apache.org/jira/browse/NUTCH-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-1449:
---------------------------------
    Attachment: NUTCH-1449.patch

Patch! 

* adds indexer.delete.skipped.by.indexingfilter parameter defaulted to true
* adds param to nutch default plus missing other param
* moved indexing filters to the bottom so it can have control over all fields that were added by indexermapreduce (only the boost was not adjustable by a filter)

> 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.11
>
>         Attachments: NUTCH-1449.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)