mirror of https://github.com/apache/lucene.git
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:
parent
a8032b0637
commit
dc1e036ef3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue