java.lang.Cloneable, java.lang.Iterable<Mapper>, ToXContent, ToXContentFragmentpublic class IpFieldMapper extends FieldMapper
FieldMapper for ip addresses.| Modifier and Type | Class | Description |
|---|---|---|
static class |
IpFieldMapper.Builder |
|
static class |
IpFieldMapper.Defaults |
|
static class |
IpFieldMapper.IpFieldType |
|
static class |
IpFieldMapper.TypeParser |
FieldMapper.CopyTo, FieldMapper.MultiFieldsMapper.BuilderContextToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CONTENT_TYPE |
COERCE_SETTING, copyTo, defaultFieldType, fieldType, IGNORE_MALFORMED_SETTING, indexCreatedVersion, multiFieldsEMPTY_PARAMS| Modifier and Type | Method | Description |
|---|---|---|
protected IpFieldMapper |
clone() |
|
protected java.lang.String |
contentType() |
|
protected void |
doMerge(Mapper mergeWith,
boolean updateAllTypes) |
Merge changes coming from
mergeWith in place. |
protected void |
doXContentBody(XContentBuilder builder,
boolean includeDefaults,
ToXContent.Params params) |
|
IpFieldMapper.IpFieldType |
fieldType() |
|
protected void |
parseCreateField(ParseContext context,
java.util.List<org.apache.lucene.index.IndexableField> fields) |
Parse the field value and populate
fields. |
copyTo, createFieldNamesField, doXContentAnalyzers, doXContentDocValues, indexOptionToString, indexTokenizeOption, iterator, merge, name, parse, termVectorOptionsToString, toXContent, updateFieldTypesimpleNameequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic static final java.lang.String CONTENT_TYPE
public IpFieldMapper.IpFieldType fieldType()
fieldType in class FieldMapperprotected java.lang.String contentType()
contentType in class FieldMapperprotected IpFieldMapper clone()
clone in class FieldMapperprotected void parseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields) throws java.io.IOException
FieldMapperfields.parseCreateField in class FieldMapperjava.io.IOExceptionprotected void doMerge(Mapper mergeWith, boolean updateAllTypes)
FieldMappermergeWith in place.doMerge in class FieldMapperupdateAllTypes - TODOprotected void doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params) throws java.io.IOException
doXContentBody in class FieldMapperjava.io.IOException