Uses of Class
org.elasticsearch.index.mapper.RootObjectMapper.Builder
-
Packages that use RootObjectMapper.Builder Package Description org.elasticsearch.index.mapper -
-
Uses of RootObjectMapper.Builder in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return RootObjectMapper.Builder Modifier and Type Method Description RootObjectMapper.BuilderRootObjectMapper.Builder. dynamicDateTimeFormatter(Collection<DateFormatter> dateTimeFormatters)RootObjectMapper.BuilderRootObjectMapper.Builder. dynamicTemplates(Collection<DynamicTemplate> templates)Methods in org.elasticsearch.index.mapper with parameters of type RootObjectMapper.Builder Modifier and Type Method Description protected booleanRootObjectMapper.TypeParser. processField(RootObjectMapper.Builder builder, String fieldName, Object fieldNode, Version indexVersionCreated)Constructors in org.elasticsearch.index.mapper with parameters of type RootObjectMapper.Builder Constructor Description Builder(RootObjectMapper.Builder builder, MapperService mapperService)
-