Uses of Class
org.elasticsearch.index.mapper.ContentPath.Type

Packages that use ContentPath.Type
org.elasticsearch.index.mapper   
org.elasticsearch.index.mapper.core   
org.elasticsearch.index.mapper.geo   
org.elasticsearch.index.mapper.multifield   
org.elasticsearch.index.mapper.object   
 

Uses of ContentPath.Type in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return ContentPath.Type
 ContentPath.Type ContentPath.pathType()
           
static ContentPath.Type ContentPath.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentPath.Type[] ContentPath.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.index.mapper with parameters of type ContentPath.Type
 void ContentPath.pathType(ContentPath.Type type)
           
 

Uses of ContentPath.Type in org.elasticsearch.index.mapper.core
 

Methods in org.elasticsearch.index.mapper.core that return ContentPath.Type
static ContentPath.Type TypeParsers.parsePathType(String name, String path)
           
 

Uses of ContentPath.Type in org.elasticsearch.index.mapper.geo
 

Fields in org.elasticsearch.index.mapper.geo declared as ContentPath.Type
static ContentPath.Type GeoPointFieldMapper.Defaults.PATH_TYPE
           
 

Methods in org.elasticsearch.index.mapper.geo with parameters of type ContentPath.Type
 GeoPointFieldMapper.Builder GeoPointFieldMapper.Builder.pathType(ContentPath.Type pathType)
           
 

Constructors in org.elasticsearch.index.mapper.geo with parameters of type ContentPath.Type
GeoPointFieldMapper(String name, ContentPath.Type pathType, boolean enableLatLon, boolean enableGeoHash, Integer precisionStep, int precision, DoubleFieldMapper latMapper, DoubleFieldMapper lonMapper, StringFieldMapper geohashMapper, GeoPointFieldMapper.GeoStringFieldMapper geoStringMapper, boolean validateLon, boolean validateLat, boolean normalizeLon, boolean normalizeLat)
           
 

Uses of ContentPath.Type in org.elasticsearch.index.mapper.multifield
 

Fields in org.elasticsearch.index.mapper.multifield declared as ContentPath.Type
static ContentPath.Type MultiFieldMapper.Defaults.PATH_TYPE
           
 

Methods in org.elasticsearch.index.mapper.multifield that return ContentPath.Type
 ContentPath.Type MultiFieldMapper.pathType()
           
 

Methods in org.elasticsearch.index.mapper.multifield with parameters of type ContentPath.Type
 MultiFieldMapper.Builder MultiFieldMapper.Builder.pathType(ContentPath.Type pathType)
           
 

Constructors in org.elasticsearch.index.mapper.multifield with parameters of type ContentPath.Type
MultiFieldMapper(String name, ContentPath.Type pathType, Map<String,Mapper> mappers, Mapper defaultMapper)
           
MultiFieldMapper(String name, ContentPath.Type pathType, Mapper defaultMapper)
           
 

Uses of ContentPath.Type in org.elasticsearch.index.mapper.object
 

Fields in org.elasticsearch.index.mapper.object declared as ContentPath.Type
static ContentPath.Type ObjectMapper.Defaults.PATH_TYPE
           
protected  ContentPath.Type ObjectMapper.Builder.pathType
           
 

Methods in org.elasticsearch.index.mapper.object with parameters of type ContentPath.Type
protected  ObjectMapper RootObjectMapper.Builder.createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, ContentPath.Type pathType, Map<String,Mapper> mappers)
           
protected  ObjectMapper ObjectMapper.Builder.createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, ContentPath.Type pathType, Map<String,Mapper> mappers)
           
 T ObjectMapper.Builder.pathType(ContentPath.Type pathType)
           
 



Copyright © 2009-2012. All Rights Reserved.