Uses of Class
org.apache.lucene.util.packed.PackedInts.Header
-
Packages that use PackedInts.Header Package Description org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of PackedInts.Header in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return PackedInts.Header Modifier and Type Method Description static PackedInts.Header
PackedInts. readHeader(DataInput in)
Expert: reads only the metadata from a stream.Methods in org.apache.lucene.util.packed with parameters of type PackedInts.Header Modifier and Type Method Description static PackedInts.Reader
PackedInts. getDirectReaderNoHeader(IndexInput in, PackedInts.Header header)
Expert: Construct a directPackedInts.Reader
from anIndexInput
without reading metadata at the beginning of the stream.static PackedInts.Reader
PackedInts. getReaderNoHeader(DataInput in, PackedInts.Header header)
Expert: Restore aPackedInts.Reader
from a stream without reading metadata at the beginning of the stream.
-