Class RootFlattenedFromKeyedFieldData

java.lang.Object
org.elasticsearch.index.mapper.flattened.RootFlattenedFromKeyedFieldData
All Implemented Interfaces:
IndexFieldData<LeafFieldData>

public final class RootFlattenedFromKeyedFieldData extends Object implements IndexFieldData<LeafFieldData>
Field data implementation for the root flattened field on indices that no longer write root doc values. Derives root values by reading the keyed doc values column and stripping the key prefix from each entry, with deduplication.