Class CompositeSyntheticFieldLoader

java.lang.Object
org.elasticsearch.index.mapper.CompositeSyntheticFieldLoader
All Implemented Interfaces:
SourceLoader.SyntheticFieldLoader

public class CompositeSyntheticFieldLoader extends Object implements SourceLoader.SyntheticFieldLoader
A SourceLoader.SyntheticFieldLoader that uses a set of sub-loaders to produce synthetic source for the field. Typical use case is to gather field values from doc_values and append malformed values stored in a different field in case of ignore_malformed being enabled.