mirror of https://github.com/apache/lucene.git
LUCENE-7390: another part of the revert
This commit is contained in:
parent
1aecdd28d1
commit
9554719f12
|
@ -164,6 +164,6 @@ class PointValuesWriter {
|
|||
}
|
||||
};
|
||||
|
||||
writer.writeField(fieldInfo, reader, Math.max(indexWriterConfig.getRAMBufferSizeMB()/8.0));
|
||||
writer.writeField(fieldInfo, reader);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue