Skip to content

Commit a6d1cc6

Browse files
committed
Revert "Search: Fix spelling mistake in Javadoc (#34480)"
This reverts commit 4e1d7ba.
1 parent 4e1d7ba commit a6d1cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/lucene/search/grouping/CollapseTopFieldDocs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int getShardIndex(ScoreDoc scoreDoc) {
8585

8686
/**
8787
* if we need to tie-break since score / sort value are the same we first compare shard index (lower shard wins)
88-
* and then if shard index is the same we use the hit index.
88+
* and then iff shard index is the same we use the hit index.
8989
*/
9090
static boolean tieBreakLessThan(ShardRef first, ScoreDoc firstDoc, ShardRef second, ScoreDoc secondDoc) {
9191
final int firstShardIndex = first.getShardIndex(firstDoc);

0 commit comments

Comments
 (0)