Class FallbackSyntheticSourceBlockLoader.SingleValueReader<T>

java.lang.Object
org.elasticsearch.index.mapper.FallbackSyntheticSourceBlockLoader.SingleValueReader<T>
Type Parameters:
T -
All Implemented Interfaces:
FallbackSyntheticSourceBlockLoader.Reader<T>
Enclosing class:
FallbackSyntheticSourceBlockLoader

public abstract static class FallbackSyntheticSourceBlockLoader.SingleValueReader<T> extends Object implements FallbackSyntheticSourceBlockLoader.Reader<T>
Reader for field types that don't parse arrays (arrays are always treated as multiple values) as opposed to field types that treat arrays as special cases (for example point).