mirror of https://github.com/apache/lucene.git
Clarify comment in CompressingStoredFieldsIndexWriter.
This commit is contained in:
parent
cc8802e60e
commit
4a12e066bb
|
@ -64,7 +64,7 @@ import org.apache.lucene.util.packed.PackedInts;
|
|||
* <li>For any block, the start pointer of the n-th chunk can be restored with
|
||||
* <code>StartPointerBase + AvgChunkSize * n + StartPointerDeltas[n]</code>.</li>
|
||||
* <li>Once data is loaded into memory, you can lookup the start pointer of any
|
||||
* document by performing two binary searches: a first one based on the values
|
||||
* document chunk by performing two binary searches: a first one based on the values
|
||||
* of DocBase in order to find the right block, and then inside the block based
|
||||
* on DocBaseDeltas (by reconstructing the doc bases for every chunk).</li>
|
||||
* </ul>
|
||||
|
|
Loading…
Reference in New Issue