Class IdFieldMapper

All Implemented Interfaces:
Cloneable, Iterable<Mapper>, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentFragment

@PublicApi(since="1.0.0") public class IdFieldMapper extends MetadataFieldMapper
A mapper for the _id field. It does nothing since _id is neither indexed nor stored, but we need to keep it so that its FieldType can be used to generate queries.
Opensearch.api: