Uses of Class
org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext

Packages that use Mapper.TypeParser.ParserContext
org.elasticsearch.index.mapper   
org.elasticsearch.index.mapper.core   
org.elasticsearch.index.mapper.geo   
org.elasticsearch.index.mapper.internal   
org.elasticsearch.index.mapper.ip   
org.elasticsearch.index.mapper.multifield   
org.elasticsearch.index.mapper.object   
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return Mapper.TypeParser.ParserContext
 Mapper.TypeParser.ParserContext DocumentMapperParser.parserContext()
           
 

Methods in org.elasticsearch.index.mapper with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder Mapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper.core
 

Methods in org.elasticsearch.index.mapper.core with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder FloatFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder ShortFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder LongFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder IntegerFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder BooleanFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder DateFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder BinaryFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder StringFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder ByteFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder DoubleFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
static void TypeParsers.parseField(AbstractFieldMapper.Builder builder, String name, Map<String,Object> fieldNode, Mapper.TypeParser.ParserContext parserContext)
           
static void TypeParsers.parseNumberField(NumberFieldMapper.Builder builder, String name, Map<String,Object> numberNode, Mapper.TypeParser.ParserContext parserContext)
           
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper.geo
 

Methods in org.elasticsearch.index.mapper.geo with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder GeoPointFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder GeoShapeFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper.internal
 

Methods in org.elasticsearch.index.mapper.internal with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder TypeFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder AnalyzerMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder UidFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder SourceFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder BoostFieldMapper.TypeParser.parse(String fieldName, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder IdFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder SizeFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder AllFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder TTLFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder IndexFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder TimestampFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder RoutingFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 Mapper.Builder ParentFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper.ip
 

Methods in org.elasticsearch.index.mapper.ip with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder IpFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper.multifield
 

Methods in org.elasticsearch.index.mapper.multifield with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder MultiFieldMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 

Uses of Mapper.TypeParser.ParserContext in org.elasticsearch.index.mapper.object
 

Methods in org.elasticsearch.index.mapper.object with parameters of type Mapper.TypeParser.ParserContext
 Mapper.Builder ObjectMapper.TypeParser.parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)
           
 



Copyright © 2009-2012. All Rights Reserved.