()
| 66 | } |
| 67 | |
| 68 | @Override |
| 69 | public double score() { |
| 70 | if(score == null) { |
| 71 | if(matches == null) return 0; |
| 72 | score = Scoring.textNode(matches.size(), is, tl, data().textLen(pre(), true)); |
| 73 | } |
| 74 | return score; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Sets a new score value. |