LUCENE-2631: only change ord if we are changing the reader gen

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1035535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-11-16 05:31:51 +00:00
parent 3d3e103188
commit fdff9344de
1 changed files with 1 additions and 1 deletions

View File

@ -1130,8 +1130,8 @@ public abstract class FieldComparator {
// exact value match
bottomSameReader = true;
readerGen[bottomSlot] = currentReaderGen;
ords[bottomSlot] = bottomOrd;
}
ords[bottomSlot] = bottomOrd;
}
}
}