Package org.elasticsearch.index.mapper
Class MockFieldMapper.Builder
java.lang.Object
org.elasticsearch.index.mapper.Mapper.Builder
org.elasticsearch.index.mapper.FieldMapper.Builder
org.elasticsearch.index.mapper.MockFieldMapper.Builder
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- MockFieldMapper
public static class MockFieldMapper.Builder
extends org.elasticsearch.index.mapper.FieldMapper.Builder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
copyTo, multiFieldsBuilderFields inherited from class org.elasticsearch.index.mapper.Mapper.Builder
nameFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMultiField(MockFieldMapper.Builder builder)build(org.elasticsearch.index.mapper.ContentPath contentPath)protected List<org.elasticsearch.index.mapper.FieldMapper.Parameter<?>>Methods inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder
addScriptValidation, 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, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
Builder
-
-
Method Details
-
getParameters
- Specified by:
getParametersin classorg.elasticsearch.index.mapper.FieldMapper.Builder
-
addMultiField
-
copyTo
-
build
- Specified by:
buildin classorg.elasticsearch.index.mapper.FieldMapper.Builder
-