fix stale comment

This commit is contained in:
Mike McCandless 2016-12-08 18:17:25 -05:00
parent 1055209940
commit 93c11462bb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class SimpleTextPointsWriter extends PointsWriter {
PointValues values = reader.getValues(fieldInfo.name);
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(),
writeState.directory,
writeState.segmentInfo.name,