Class BlockSourceReader

java.lang.Object
org.elasticsearch.index.mapper.BlockSourceReader
All Implemented Interfaces:
BlockLoader.Reader, BlockLoader.RowStrideReader

public abstract class BlockSourceReader extends Object implements BlockLoader.RowStrideReader
Loads values from _source. This whole process is very slow and cast-tastic, so it doesn't really try to avoid megamorphic invocations. It's just going to be slow.