Uses of Class
org.apache.lucene.codecs.uniformsplit.BlockHeader
Packages that use BlockHeader
Package
Description
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
-
Uses of BlockHeader in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as BlockHeaderModifier and TypeFieldDescriptionprotected BlockHeader
BlockReader.blockHeader
Current block header.protected final BlockHeader
BlockWriter.reusableBlockHeader
Methods in org.apache.lucene.codecs.uniformsplit that return BlockHeaderModifier and TypeMethodDescriptionBlockHeader.Serializer.read
(DataInput input, BlockHeader reuse) protected BlockHeader
BlockReader.readHeader()
Reads the block header.protected BlockHeader
BlockHeader.reset
(int linesCount, long baseDocsFP, long basePositionsFP, long basePayloadsFP, int termStatesBaseOffset, int middleTermOffset) Methods in org.apache.lucene.codecs.uniformsplit with parameters of type BlockHeaderModifier and TypeMethodDescriptionBlockHeader.Serializer.read
(DataInput input, BlockHeader reuse) void
BlockHeader.Serializer.write
(DataOutput output, BlockHeader blockHeader)