Uses of Interface
org.elasticsearch.index.mapper.Mapper.TypeParser

Packages that use Mapper.TypeParser
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 in org.elasticsearch.index.mapper
 

Methods in org.elasticsearch.index.mapper that return Mapper.TypeParser
 Mapper.TypeParser Mapper.TypeParser.ParserContext.typeParser(String type)
           
 

Methods in org.elasticsearch.index.mapper with parameters of type Mapper.TypeParser
 void DocumentMapperParser.putRootTypeParser(String type, Mapper.TypeParser typeParser)
           
 void DocumentMapperParser.putTypeParser(String type, Mapper.TypeParser typeParser)
           
 

Constructor parameters in org.elasticsearch.index.mapper with type arguments of type Mapper.TypeParser
Mapper.TypeParser.ParserContext(AnalysisService analysisService, com.google.common.collect.ImmutableMap<String,Mapper.TypeParser> typeParsers)
           
 

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

Classes in org.elasticsearch.index.mapper.core that implement Mapper.TypeParser
static class BinaryFieldMapper.TypeParser
           
static class BooleanFieldMapper.TypeParser
           
static class ByteFieldMapper.TypeParser
           
static class DateFieldMapper.TypeParser
           
static class DoubleFieldMapper.TypeParser
           
static class FloatFieldMapper.TypeParser
           
static class IntegerFieldMapper.TypeParser
           
static class LongFieldMapper.TypeParser
           
static class ShortFieldMapper.TypeParser
           
static class StringFieldMapper.TypeParser
           
 

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

Classes in org.elasticsearch.index.mapper.geo that implement Mapper.TypeParser
static class GeoPointFieldMapper.TypeParser
           
static class GeoShapeFieldMapper.TypeParser
           
 

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

Classes in org.elasticsearch.index.mapper.internal that implement Mapper.TypeParser
static class AllFieldMapper.TypeParser
           
static class AnalyzerMapper.TypeParser
           
static class BoostFieldMapper.TypeParser
           
static class IdFieldMapper.TypeParser
           
static class IndexFieldMapper.TypeParser
           
static class ParentFieldMapper.TypeParser
           
static class RoutingFieldMapper.TypeParser
           
static class SizeFieldMapper.TypeParser
           
static class SourceFieldMapper.TypeParser
           
static class TimestampFieldMapper.TypeParser
           
static class TTLFieldMapper.TypeParser
           
static class TypeFieldMapper.TypeParser
           
static class UidFieldMapper.TypeParser
           
 

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

Classes in org.elasticsearch.index.mapper.ip that implement Mapper.TypeParser
static class IpFieldMapper.TypeParser
           
 

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

Classes in org.elasticsearch.index.mapper.multifield that implement Mapper.TypeParser
static class MultiFieldMapper.TypeParser
           
 

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

Classes in org.elasticsearch.index.mapper.object that implement Mapper.TypeParser
static class ObjectMapper.TypeParser
           
static class RootObjectMapper.TypeParser
           
 



Copyright © 2009-2012. All Rights Reserved.