Class ParametrizedFieldMapper

java.lang.Object
org.elasticsearch.index.mapper.Mapper
org.elasticsearch.index.mapper.FieldMapper
org.elasticsearch.index.mapper.ParametrizedFieldMapper
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<Mapper>, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
BinaryFieldMapper, BooleanFieldMapper

public abstract class ParametrizedFieldMapper
extends FieldMapper
Defines how a particular field should be indexed and searched Configuration ParametrizedFieldMapper.Parameters for the mapper are defined on a ParametrizedFieldMapper.Builder subclass, and returned by its ParametrizedFieldMapper.Builder.getParameters() method. Merging, serialization and parsing of the mapper are all mediated through this set of parameters. Subclasses should implement a ParametrizedFieldMapper.Builder that is returned from the getMergeBuilder() method, initialised with the existing builder.