Uses of Class
org.elasticsearch.index.mapper.object.DynamicTemplate.MatchType

Packages that use DynamicTemplate.MatchType
org.elasticsearch.index.mapper.object   
 

Uses of DynamicTemplate.MatchType in org.elasticsearch.index.mapper.object
 

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

Constructors in org.elasticsearch.index.mapper.object with parameters of type DynamicTemplate.MatchType
DynamicTemplate(String name, Map<String,Object> conf, String pathMatch, String pathUnmatch, String match, String unmatch, String matchMappingType, DynamicTemplate.MatchType matchType, Map<String,Object> mapping)
           
 



Copyright © 2009-2012. All Rights Reserved.