Modifier and Type | Class and Description |
---|---|
static class |
Mapper.Builder<T extends Mapper.Builder,Y extends Mapper> |
Modifier and Type | Field and Description |
---|---|
protected T |
Mapper.Builder.builder |
Modifier and Type | Method and Description |
---|---|
Mapper.Builder<?,?> |
Mapper.TypeParser.parse(String name,
Map<String,Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Modifier and Type | Method and Description |
---|---|
DocumentMapper.Builder |
DocumentMapper.Builder.put(Mapper.Builder mapper) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractFieldMapper.Builder<T extends AbstractFieldMapper.Builder,Y extends AbstractFieldMapper> |
static class |
BinaryFieldMapper.Builder |
static class |
BooleanFieldMapper.Builder |
static class |
ByteFieldMapper.Builder |
static class |
CompletionFieldMapper.Builder |
static class |
DateFieldMapper.Builder |
static class |
DoubleFieldMapper.Builder |
static class |
FloatFieldMapper.Builder |
static class |
IntegerFieldMapper.Builder |
static class |
LongFieldMapper.Builder |
static class |
Murmur3FieldMapper.Builder |
static class |
NumberFieldMapper.Builder<T extends NumberFieldMapper.Builder,Y extends NumberFieldMapper> |
static class |
ShortFieldMapper.Builder |
static class |
StringFieldMapper.Builder |
static class |
TokenCountFieldMapper.Builder |
Modifier and Type | Method and Description |
---|---|
AbstractFieldMapper.MultiFields.Builder |
AbstractFieldMapper.MultiFields.Builder.add(Mapper.Builder builder) |
T |
AbstractFieldMapper.Builder.addMultiField(Mapper.Builder mapperBuilder) |
Modifier and Type | Class and Description |
---|---|
static class |
GeoPointFieldMapper.Builder |
static class |
GeoShapeFieldMapper.Builder |
Modifier and Type | Method and Description |
---|---|
Mapper.Builder |
GeoShapeFieldMapper.TypeParser.parse(String name,
Map<String,Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Mapper.Builder<?,?> |
GeoPointFieldMapper.TypeParser.parse(String name,
Map<String,Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Modifier and Type | Class and Description |
---|---|
static class |
AllFieldMapper.Builder |
static class |
AnalyzerMapper.Builder |
static class |
BoostFieldMapper.Builder |
static class |
FieldNamesFieldMapper.Builder |
static class |
IdFieldMapper.Builder |
static class |
IndexFieldMapper.Builder |
static class |
ParentFieldMapper.Builder |
static class |
RoutingFieldMapper.Builder |
static class |
SizeFieldMapper.Builder |
static class |
SourceFieldMapper.Builder |
static class |
TimestampFieldMapper.Builder |
static class |
TTLFieldMapper.Builder |
static class |
TypeFieldMapper.Builder |
static class |
UidFieldMapper.Builder |
static class |
VersionFieldMapper.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
IpFieldMapper.Builder |
Modifier and Type | Method and Description |
---|---|
Mapper.Builder |
IpFieldMapper.TypeParser.parse(String name,
Map<String,Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectMapper.Builder<T extends ObjectMapper.Builder,Y extends ObjectMapper> |
static class |
RootObjectMapper.Builder |
Modifier and Type | Field and Description |
---|---|
protected List<Mapper.Builder> |
ObjectMapper.Builder.mappersBuilders |
Modifier and Type | Method and Description |
---|---|
Mapper.Builder |
RootObjectMapper.findTemplateBuilder(ParseContext context,
String name,
String dynamicType) |
Mapper.Builder |
RootObjectMapper.findTemplateBuilder(ParseContext context,
String name,
String dynamicType,
String matchType) |
Mapper.Builder |
RootObjectMapper.TypeParser.parse(String name,
Map<String,Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Mapper.Builder |
ObjectMapper.TypeParser.parse(String name,
Map<String,Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Modifier and Type | Method and Description |
---|---|
T |
ObjectMapper.Builder.add(Mapper.Builder builder) |
Copyright © 2009–2015. All rights reserved.