Class SourceValueFetcher

java.lang.Object
org.elasticsearch.index.mapper.SourceValueFetcher
All Implemented Interfaces:
ValueFetcher

public abstract class SourceValueFetcher extends Object implements ValueFetcher
An implementation of ValueFetcher that knows how to extract values from the document source. Most standard field mappers will use this class to implement value fetching.

Field types that handle arrays directly should instead use ArraySourceValueFetcher.