Module org.elasticsearch.server
Class PrefixedPartitionsReader
java.lang.Object
org.elasticsearch.index.codec.tsdb.PrefixedPartitionsReader
Reads prefix-based partition metadata written by
PrefixedPartitionsWriter.
The data consists of delta-encoded prefix keys and their corresponding starting document IDs.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprefixPartitions(org.apache.lucene.store.IndexInput dataIn, PartitionedDocValues.PrefixPartitions reused)
-
Constructor Details
-
PrefixedPartitionsReader
public PrefixedPartitionsReader()
-
-
Method Details
-
prefixPartitions
public static PartitionedDocValues.PrefixPartitions prefixPartitions(org.apache.lucene.store.IndexInput dataIn, PartitionedDocValues.PrefixPartitions reused) throws IOException - Throws:
IOException
-