mirror of https://github.com/apache/lucene.git
Reassign the knn values iterator in TestSortingCodecReader (#13852)
This commit is contained in:
parent
52cb0413fd
commit
b32ccecedf
|
@ -255,6 +255,7 @@ public class TestSortingCodecReader extends LuceneTestCase {
|
|||
sorted_set_dv = leaf.getSortedSetDocValues("sorted_set_dv");
|
||||
binary_sorted_dv = leaf.getSortedDocValues("binary_sorted_dv");
|
||||
vectorValues = leaf.getFloatVectorValues("vector");
|
||||
valuesIterator = vectorValues.iterator();
|
||||
prevValue = -1;
|
||||
}
|
||||
assertTrue(prevValue + " < " + ids.longValue(), prevValue < ids.longValue());
|
||||
|
|
Loading…
Reference in New Issue