Uses of Class
org.elasticsearch.index.mapper.ObjectMapper
-
-
Uses of ObjectMapper in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper with type parameters of type ObjectMapper Modifier and Type Class Description static classObjectMapper.Builder<T extends ObjectMapper.Builder,Y extends ObjectMapper>Subclasses of ObjectMapper in org.elasticsearch.index.mapper Modifier and Type Class Description classRootObjectMapperMethods in org.elasticsearch.index.mapper that return ObjectMapper Modifier and Type Method Description protected ObjectMapperObjectMapper. clone()protected ObjectMapperObjectMapper.Builder. createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, Map<String,Mapper> mappers, Settings settings)protected ObjectMapperRootObjectMapper.Builder. createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, Map<String,Mapper> mappers, Settings settings)ObjectMapperDocumentMapper. findNestedObjectMapper(int nestedDocId, SearchContext sc, LeafReaderContext context)Returns the best nestedObjectMapperinstances that is in the scope of the specified nested docId.ObjectMapperMapperService. getObjectMapper(String name)ObjectMapperObjectMapper. getParentObjectMapper(MapperService mapperService)Returns the parentObjectMapperinstance of the specified object mapper ornullif there isn't any.ObjectMapperObjectMapper. mappingUpdate(Mapper mapper)Build a mapping update with the provided sub mapping update.ObjectMapperRootObjectMapper. mappingUpdate(Mapper mapper)ObjectMapperObjectMapper. merge(Mapper mergeWith)ObjectMapperObjectMapper. updateFieldType(Map<String,MappedFieldType> fullNameToFieldType)Methods in org.elasticsearch.index.mapper that return types with arguments of type ObjectMapper Modifier and Type Method Description Map<String,ObjectMapper>DocumentMapper. objectMappers()Methods in org.elasticsearch.index.mapper with parameters of type ObjectMapper Modifier and Type Method Description protected voidObjectMapper. doMerge(ObjectMapper mergeWith)protected voidRootObjectMapper. doMerge(ObjectMapper mergeWith) -
Uses of ObjectMapper in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return ObjectMapper Modifier and Type Method Description ObjectMapperQueryShardContext. getObjectMapper(String name) -
Uses of ObjectMapper in org.elasticsearch.index.query.support
Methods in org.elasticsearch.index.query.support that return ObjectMapper Modifier and Type Method Description ObjectMapperNestedScope. getObjectMapper()ObjectMapperNestedScope. nextLevel(ObjectMapper level)Sets the new current nested level and pushes old current nested level down the stack returns that level.ObjectMapperNestedScope. previousLevel()Sets the previous nested level as current nested level and removes and returns the current nested level.Methods in org.elasticsearch.index.query.support with parameters of type ObjectMapper Modifier and Type Method Description ObjectMapperNestedScope. nextLevel(ObjectMapper level)Sets the new current nested level and pushes old current nested level down the stack returns that level. -
Uses of ObjectMapper in org.elasticsearch.search.aggregations.bucket.nested
Constructors in org.elasticsearch.search.aggregations.bucket.nested with parameters of type ObjectMapper Constructor Description ReverseNestedAggregator(String name, AggregatorFactories factories, ObjectMapper objectMapper, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)ReverseNestedAggregatorFactory(String name, boolean unmapped, ObjectMapper parentObjectMapper, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactories, Map<String,Object> metaData) -
Uses of ObjectMapper in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return ObjectMapper Modifier and Type Method Description ObjectMapperFilteredSearchContext. getObjectMapper(String name)abstract ObjectMapperSearchContext. getObjectMapper(String name)
-