Class PassThroughObjectMapper

All Implemented Interfaces:
Iterable<Mapper>, ToXContent, ToXContentFragment

public class PassThroughObjectMapper extends ObjectMapper
Mapper for pass-through objects. Pass-through objects allow creating fields inside them that can also be referenced directly in search queries. They also include parameters that affect how nested fields get configured. For instance, if parameter "time_series_dimension" is set, eligible subfields are marked as dimensions and keyword fields are additionally included in routing and tsid calculations.