mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 05:49:33 +00:00
LUCENE-9216: Make sure we index LEAST_DOUBLE_VALUE (#1246)
This commit is contained in:
parent
46c0945614
commit
87421d7231
@ -55,7 +55,7 @@ public class TestDoubleValuesSource extends LuceneTestCase {
|
|||||||
if (TEST_NIGHTLY) {
|
if (TEST_NIGHTLY) {
|
||||||
numDocs = TestUtil.nextInt(random(), 2049, 4000);
|
numDocs = TestUtil.nextInt(random(), 2049, 4000);
|
||||||
} else {
|
} else {
|
||||||
numDocs = atLeast(545);
|
numDocs = atLeast(546);
|
||||||
}
|
}
|
||||||
for (int i = 0; i < numDocs; i++) {
|
for (int i = 0; i < numDocs; i++) {
|
||||||
Document document = new Document();
|
Document document = new Document();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user