Uses of Class
org.elasticsearch.index.mapper.ObjectMappers

Packages that use ObjectMappers
org.elasticsearch.index.mapper   
 

Uses of ObjectMappers in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return ObjectMappers
 ObjectMappers ObjectMappers.concat(ObjectMapper mapper)
          Concats and returns a new ObjectMappers.
 ObjectMappers ObjectMappers.concat(ObjectMappers mappers)
          Concats and returns a new ObjectMappers.
 ObjectMappers MapperService.objectMapper(String path)
          Returns objects mappers based on the full path of the object.
 ObjectMappers ObjectMappers.remove(Iterable<ObjectMapper> mappers)
           
 ObjectMappers ObjectMappers.remove(ObjectMapper mapper)
           
 

Methods in org.elasticsearch.index.mapper with parameters of type ObjectMappers
 ObjectMappers ObjectMappers.concat(ObjectMappers mappers)
          Concats and returns a new ObjectMappers.
 



Copyright © 2009-2012. All Rights Reserved.