mirror of https://github.com/apache/lucene.git
fix stale comment
This commit is contained in:
parent
1055209940
commit
93c11462bb
|
@ -72,7 +72,7 @@ class SimpleTextPointsWriter extends PointsWriter {
|
||||||
PointValues values = reader.getValues(fieldInfo.name);
|
PointValues values = reader.getValues(fieldInfo.name);
|
||||||
boolean singleValuePerDoc = values.size() == values.getDocCount();
|
boolean singleValuePerDoc = values.size() == values.getDocCount();
|
||||||
|
|
||||||
// We use the normal BKDWriter, but subclass to customize how it writes the index and blocks to disk:
|
// We use our own fork of the BKDWriter to customize how it writes the index and blocks to disk:
|
||||||
try (SimpleTextBKDWriter writer = new SimpleTextBKDWriter(writeState.segmentInfo.maxDoc(),
|
try (SimpleTextBKDWriter writer = new SimpleTextBKDWriter(writeState.segmentInfo.maxDoc(),
|
||||||
writeState.directory,
|
writeState.directory,
|
||||||
writeState.segmentInfo.name,
|
writeState.segmentInfo.name,
|
||||||
|
|
Loading…
Reference in New Issue