LUCENE-2631: convert ord[bototmSlot] as well as bottomOrd

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1035395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-11-15 18:39:58 +00:00
parent c36161abba
commit fd8ab58a85
2 changed files with 2 additions and 0 deletions

View File

@ -1130,6 +1130,7 @@ public abstract class FieldComparator {
// exact value match // exact value match
bottomSameReader = true; bottomSameReader = true;
} }
ords[bottomSlot] = bottomOrd;
} }
} }
if (bottomSameReader) { if (bottomSameReader) {

View File

@ -190,6 +190,7 @@ class TermOrdValComparator_SML extends FieldComparator {
// exact value match // exact value match
bottomSameReader = true; bottomSameReader = true;
} }
ords[bottomSlot] = bottomOrd;
} }
} }
if (bottomSameReader) { if (bottomSameReader) {