Revert "Search: Fix spelling mistake in Javadoc (#34480)"

This reverts commit 4e1d7baed0.
This commit is contained in:
Nik Everett 2018-10-15 15:42:11 -04:00
parent 4e1d7baed0
commit a6d1cc6ca9
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public final class CollapseTopFieldDocs extends TopFieldDocs {
/**
* if we need to tie-break since score / sort value are the same we first compare shard index (lower shard wins)
* and then if shard index is the same we use the hit index.
* and then iff shard index is the same we use the hit index.
*/
static boolean tieBreakLessThan(ShardRef first, ScoreDoc firstDoc, ShardRef second, ScoreDoc secondDoc) {
final int firstShardIndex = first.getShardIndex(firstDoc);