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)
| 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. |
no outgoing calls