Class FieldNamesFieldMapper

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

public class FieldNamesFieldMapper extends MetadataFieldMapper
A mapper that indexes the field names of a document under _field_names. This mapper is typically useful in order to have fast exists and missing queries/filters.
Opensearch.internal: