Uses of Class
org.elasticsearch.index.mapper.FieldMapper
-
Packages that use FieldMapper Package Description org.elasticsearch.index.mapper org.elasticsearch.search.suggest.completion.context -
-
Uses of FieldMapper in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper with type parameters of type FieldMapper Modifier and Type Class Description static classFieldMapper.Builder<T extends FieldMapper.Builder,Y extends FieldMapper>Subclasses of FieldMapper in org.elasticsearch.index.mapper Modifier and Type Class Description classAbstractGeometryFieldMapper<Parsed,Processed>Base class forGeoShapeFieldMapperandLegacyGeoShapeFieldMapperclassAllFieldMapperNoop mapper that ensures that mappings created in 6x that explicitly disable the _all field can be restored in this version.classBinaryFieldMapperclassBooleanFieldMapperA field mapper for boolean fields.classCompletionFieldMapperMapper for completion field.classDateFieldMapperAFieldMapperfor dates.classDynamicKeyFieldMapperA field mapper that supports lookup of dynamic sub-keys.classFieldNamesFieldMapperA mapper that indexes the field names of a document under_field_names.classGeoPointFieldMapperField Mapper for geo_point types.classGeoShapeFieldMapperFieldMapper for indexingLatLonShapes.classIdFieldMapperA mapper for the _id field.classIgnoredFieldMapperA field mapper that records fields that have been ignored because they were malformed.classIndexFieldMapperclassIpFieldMapperAFieldMapperfor ip addresses.classKeywordFieldMapperA field mapper for keywords.classLegacyGeoShapeFieldMapperDeprecated.classMetadataFieldMapperA mapper for a builtin field containing metadata about a document.classNumberFieldMapperAFieldMapperfor numeric types: byte, short, int, long, float and double.classRangeFieldMapperAFieldMapperfor indexing numeric and date ranges, and creating queriesclassRoutingFieldMapperclassSeqNoFieldMapperMapper for the_seq_nofield.classSourceFieldMapperclassTextFieldMapperAFieldMapperfor full-text fields.classTypeFieldMapperclassVersionFieldMapperMapper for the _version field.Methods in org.elasticsearch.index.mapper that return FieldMapper Modifier and Type Method Description protected FieldMapperFieldMapper. clone()FieldMapperFieldMapper. merge(Mapper mergeWith)FieldMapperFieldMapper. updateFieldType(Map<String,MappedFieldType> fullNameToFieldType)FieldMapperTextFieldMapper. updateFieldType(Map<String,MappedFieldType> fullNameToFieldType)Methods in org.elasticsearch.index.mapper with parameters of type FieldMapper Modifier and Type Method Description voidFieldMapper.MultiFields. parse(FieldMapper mainField, ParseContext context)Constructor parameters in org.elasticsearch.index.mapper with type arguments of type FieldMapper Constructor Description DocumentFieldMappers(Collection<FieldMapper> mappers, Collection<FieldAliasMapper> aliasMappers, Analyzer defaultIndex, Analyzer defaultSearch, Analyzer defaultSearchQuote) -
Uses of FieldMapper in org.elasticsearch.search.suggest.completion.context
Method parameters in org.elasticsearch.search.suggest.completion.context with type arguments of type FieldMapper Modifier and Type Method Description static voidContextMapping. validateContextPaths(Version indexVersionCreated, List<FieldMapper> fieldMappers, Function<String,MappedFieldType> fieldResolver)Verifies that all field paths specified in contexts point to the fields with correct mappings
-