fix javadoc problem

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shai Erera 2012-09-25 07:25:30 +00:00
parent a8032b0637
commit dc1e036ef3
1 changed files with 7 additions and 5 deletions

View File

@ -454,11 +454,13 @@ public class ToParentBlockJoinCollector extends Collector {
0, totalGroupedHitCount, groups, maxScore),
totalHitCount);
}
/** Returns the highest score across all collected parent
* hits, as long as <code>trackMaxScores=true</code> was passed {@link
* #ToParentBlockJoinCollector on construction}. Else,
* this returns <code>Float.NaN</code> */
/**
* Returns the highest score across all collected parent hits, as long as
* <code>trackMaxScores=true</code> was passed
* {@link #ToParentBlockJoinCollector(Sort, int, boolean, boolean) on
* construction}. Else, this returns <code>Float.NaN</code>
*/
public float getMaxScore() {
return maxScore;
}