mirror of https://github.com/apache/lucene.git
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:
parent
c36161abba
commit
fd8ab58a85
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue