Module org.apache.lucene.codecs
Class SimpleTextBKDWriter.OneDimensionBKDWriter
java.lang.Object
org.apache.lucene.codecs.simpletext.SimpleTextBKDWriter.OneDimensionBKDWriter
- Enclosing class:
- SimpleTextBKDWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) final byte[]
(package private) final List<byte[]>
(package private) int
(package private) final int[]
(package private) final byte[]
(package private) final IndexOutput
(package private) long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
out
-
leafBlockFPs
-
leafBlockStartValues
-
leafValues
final byte[] leafValues -
leafDocs
final int[] leafDocs -
valueCount
long valueCount -
leafCount
int leafCount -
lastPackedValue
final byte[] lastPackedValue -
lastDocID
int lastDocID
-
-
Constructor Details
-
OneDimensionBKDWriter
OneDimensionBKDWriter(IndexOutput out)
-
-
Method Details
-
add
- Throws:
IOException
-
finish
- Throws:
IOException
-
writeLeafBlock
- Throws:
IOException
-