public class MockFieldMapper
extends org.elasticsearch.index.mapper.FieldMapper
Modifier and Type | Class and Description |
---|---|
static class |
MockFieldMapper.FakeFieldType |
org.elasticsearch.index.mapper.FieldMapper.Builder<T extends org.elasticsearch.index.mapper.FieldMapper.Builder,Y extends org.elasticsearch.index.mapper.FieldMapper>, org.elasticsearch.index.mapper.FieldMapper.CopyTo, org.elasticsearch.index.mapper.FieldMapper.MultiFields
Constructor and Description |
---|
MockFieldMapper(java.lang.String fullName) |
MockFieldMapper(java.lang.String fullName,
org.elasticsearch.index.mapper.MappedFieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
contentType() |
protected void |
parseCreateField(org.elasticsearch.index.mapper.ParseContext context,
java.util.List list) |
clone, copyTo, customBoost, doMerge, doXContentAnalyzers, doXContentBody, doXContentDocValues, fieldType, indexOptionToString, indexTokenizeOption, iterator, merge, name, parse, termVectorOptionsToString, toXContent, updateFieldType
public MockFieldMapper(java.lang.String fullName)
public MockFieldMapper(java.lang.String fullName, org.elasticsearch.index.mapper.MappedFieldType fieldType)
protected java.lang.String contentType()
contentType
in class org.elasticsearch.index.mapper.FieldMapper
protected void parseCreateField(org.elasticsearch.index.mapper.ParseContext context, java.util.List list) throws java.io.IOException
parseCreateField
in class org.elasticsearch.index.mapper.FieldMapper
java.io.IOException