Uses of Class
org.elasticsearch.index.mapper.MetadataFieldMapper
-
Packages that use MetadataFieldMapper Package Description org.elasticsearch.index.mapper -
-
Uses of MetadataFieldMapper in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper with type parameters of type MetadataFieldMapper Modifier and Type Class Description static classMetadataFieldMapper.Builder<T extends MetadataFieldMapper.Builder,Y extends MetadataFieldMapper>Subclasses of MetadataFieldMapper in org.elasticsearch.index.mapper Modifier and Type Class Description classAllFieldMapperNoop mapper that ensures that mappings created in 6x that explicitly disable the _all field can be restored in this version.classFieldNamesFieldMapperA mapper that indexes the field names of a document under_field_names.classIdFieldMapperA mapper for the _id field.classIgnoredFieldMapperA field mapper that records fields that have been ignored because they were malformed.classIndexFieldMapperclassRoutingFieldMapperclassSeqNoFieldMapperMapper for the_seq_nofield.classSourceFieldMapperclassTypeFieldMapperclassVersionFieldMapperMapper for the _version field.Methods in org.elasticsearch.index.mapper with type parameters of type MetadataFieldMapper Modifier and Type Method Description <T extends MetadataFieldMapper>
TDocumentMapper. metadataMapper(Class<T> type)<T extends MetadataFieldMapper>
TMapping. metadataMapper(Class<T> clazz)Get the root mapper with the given class.Constructors in org.elasticsearch.index.mapper with parameters of type MetadataFieldMapper Constructor Description Mapping(Version indexCreated, RootObjectMapper rootObjectMapper, MetadataFieldMapper[] metadataMappers, Map<String,Object> meta)
-