public class GeoShapeFieldMapper extends FieldMapper
Shape
s.
Currently Shapes can only be indexed and can only be queried using
GeoShapeQueryBuilder
, consequently
a lot of behavior in this Mapper is disabled.
Format supported:
"field" : { "type" : "polygon", "coordinates" : [ [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ] ] }
Modifier and Type | Class and Description |
---|---|
static class |
GeoShapeFieldMapper.Builder |
static class |
GeoShapeFieldMapper.Defaults |
static class |
GeoShapeFieldMapper.GeoShapeFieldType |
static class |
GeoShapeFieldMapper.Names |
static class |
GeoShapeFieldMapper.TypeParser |
FieldMapper.CopyTo, FieldMapper.MultiFields
Mapper.BuilderContext
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
protected Explicit<java.lang.Boolean> |
coerce |
static java.lang.String |
CONTENT_TYPE |
COERCE_SETTING, copyTo, defaultFieldType, fieldType, IGNORE_MALFORMED_SETTING, indexCreatedVersion, multiFields
EMPTY_PARAMS
Constructor and Description |
---|
GeoShapeFieldMapper(java.lang.String simpleName,
MappedFieldType fieldType,
Explicit<java.lang.Boolean> coerce,
Settings indexSettings,
FieldMapper.MultiFields multiFields,
FieldMapper.CopyTo copyTo) |
Modifier and Type | Method and Description |
---|---|
Explicit<java.lang.Boolean> |
coerce() |
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) |
GeoShapeFieldMapper.GeoShapeFieldType |
fieldType() |
Mapper |
parse(ParseContext context)
Parse using the provided
ParseContext and return a mapping
update if dynamic mappings modified the mappings, or null if
mappings were not modified. |
protected void |
parseCreateField(ParseContext context,
java.util.List<org.apache.lucene.index.IndexableField> fields)
Parse the field value and populate
fields . |
clone, copyTo, customBoost, doXContentAnalyzers, doXContentDocValues, indexOptionToString, indexTokenizeOption, iterator, merge, name, termVectorOptionsToString, toXContent, updateFieldType
simpleName
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
public static final java.lang.String CONTENT_TYPE
protected Explicit<java.lang.Boolean> coerce
public GeoShapeFieldMapper(java.lang.String simpleName, MappedFieldType fieldType, Explicit<java.lang.Boolean> coerce, Settings indexSettings, FieldMapper.MultiFields multiFields, FieldMapper.CopyTo copyTo)
public GeoShapeFieldMapper.GeoShapeFieldType fieldType()
fieldType
in class FieldMapper
public Mapper parse(ParseContext context) throws java.io.IOException
FieldMapper
ParseContext
and return a mapping
update if dynamic mappings modified the mappings, or null
if
mappings were not modified.parse
in class FieldMapper
java.io.IOException
protected void parseCreateField(ParseContext context, java.util.List<org.apache.lucene.index.IndexableField> fields) throws java.io.IOException
FieldMapper
fields
.parseCreateField
in class FieldMapper
java.io.IOException
protected void doMerge(Mapper mergeWith, boolean updateAllTypes)
FieldMapper
mergeWith
in place.doMerge
in class FieldMapper
updateAllTypes
- TODOprotected void doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params) throws java.io.IOException
doXContentBody
in class FieldMapper
java.io.IOException
public Explicit<java.lang.Boolean> coerce()
protected java.lang.String contentType()
contentType
in class FieldMapper