MCPcopy Create free account
hub / github.com/apache/nutch / setScore

Method setScore

src/java/org/apache/nutch/storage/WebPage.java:639–642  ·  view source on GitHub ↗

Sets the value of the 'score' field. A score used to determine a WebPage's relevance within the web graph it is part of. This score may change over time based on graph characteristics. @param value the value to set.

(java.lang.Float value)

Source from the content-addressed store, hash-verified

637 * A score used to determine a WebPage's relevance within the web graph it is part of. This score may change over time based on graph characteristics. * @param value the value to set.
638 */
639 public void setScore(java.lang.Float value) {
640 this.score = value;
641 setDirty(16);
642 }
643
644 /**
645 * Checks the dirty status of the 'score' field. A field is dirty if it represents a change that has not yet been written to the database.

Callers 9

setUpMethod · 0.95
createURLWebPageMethod · 0.95
prepareWebpageMethod · 0.95
writeMethod · 0.95
reduceMethod · 0.95
initialScoreMethod · 0.45
updateScoreMethod · 0.45
initialScoreMethod · 0.45

Calls

no outgoing calls

Tested by 3

setUpMethod · 0.76
createURLWebPageMethod · 0.76
prepareWebpageMethod · 0.76