[
https://issues.apache.org/jira/browse/NUTCH-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel resolved NUTCH-1867.
------------------------------------
Resolution: Fixed
Committed to trunk, r1629539.
> CrawlDbReader: use setFloat to pass min score
> ---------------------------------------------
>
> Key: NUTCH-1867
> URL: https://issues.apache.org/jira/browse/NUTCH-1867
> Project: Nutch
> Issue Type: Improvement
> Components: crawldb
> Affects Versions: 1.9
> Reporter: Sebastian Nagel
> Priority: Trivial
> Fix For: 1.10
>
> Attachments: NUTCH-1867-v1.patch
>
>
> The float value "min" score in the CrawlDbTopNMapper is passed via property
> "db.reader.topn.min" as a long (multiplied by 1Mio.). The comment "no
> setFloat() in the API" is no longer valid, the method exists in
> [Configuration|https://hadoop.apache.org/docs/current/api/org/apache/hadoop/conf/Configuration.html|Configuration]
> and should be used. Reported by [~lewismc], see NUTCH-1857.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)