Module org.elasticsearch.server
Package org.elasticsearch.index.codec.tsdb
package org.elasticsearch.index.codec.tsdb
-
ClassDescriptionThis class provides encoding and decoding of doc values using the following schemes: delta encoding: encodes numeric fields in such a way to store the initial value and the difference between the initial value and all subsequent values.Special codec for time-series datastreams that use synthetic ids.Produces synthetic _id terms that are computed at runtime from the doc values of other fields like _tsid, @timestamp and _ts_routing_hash.