Package org.opensearch.index.mapper
Class FieldAliasMapper.Builder
java.lang.Object
org.opensearch.index.mapper.Mapper.Builder<FieldAliasMapper.Builder>
org.opensearch.index.mapper.FieldAliasMapper.Builder
- All Implemented Interfaces:
MapperBuilderProperties
- Enclosing class:
FieldAliasMapper
The bulider for the field alias field mapper
- Opensearch.internal:
-
Field Summary
Fields inherited from class org.opensearch.index.mapper.Mapper.Builder
builder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(Mapper.BuilderContext context) Returns a newly built mapper.name()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensearch.index.mapper.MapperBuilderProperties
getSupportedDataCubeDimensionType, isDataCubeMetricSupported
-
Constructor Details
-
Builder
-
-
Method Details
-
name
- Overrides:
name
in classMapper.Builder<FieldAliasMapper.Builder>
-
path
-
build
Description copied from class:Mapper.Builder
Returns a newly built mapper.- Specified by:
build
in classMapper.Builder<FieldAliasMapper.Builder>
-