Package org.elasticsearch.index.mapper
Class GeoShapeFieldMapper.Builder
java.lang.Object
org.elasticsearch.index.mapper.Mapper.Builder
org.elasticsearch.index.mapper.FieldMapper.Builder
org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
- Enclosing class:
- GeoShapeFieldMapper
public static class GeoShapeFieldMapper.Builder extends FieldMapper.Builder
-
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
copyTo, multiFieldsBuilderFields inherited from class org.elasticsearch.index.mapper.Mapper.Builder
name -
Constructor Summary
Constructors Constructor Description Builder(java.lang.String name, boolean ignoreMalformedByDefault, boolean coerceByDefault) -
Method Summary
Modifier and Type Method Description GeoShapeFieldMapperbuild(ContentPath contentPath)Returns a newly built mapper.protected java.util.List<FieldMapper.Parameter<?>>getParameters()GeoShapeFieldMapper.BuilderignoreZValue(boolean ignoreZValue)Methods inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
buildFullName, init, parentPath, parse, toXContentMethods inherited from class org.elasticsearch.index.mapper.Mapper.Builder
nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder(java.lang.String name, boolean ignoreMalformedByDefault, boolean coerceByDefault)
-
-
Method Details
-
ignoreZValue
-
getParameters
- Specified by:
getParametersin classFieldMapper.Builder- Returns:
- the list of parameters defined for this mapper
-
build
Description copied from class:Mapper.BuilderReturns a newly built mapper.- Specified by:
buildin classFieldMapper.Builder
-