Class BlockLoaderTestCase

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
Direct Known Subclasses:
BinaryDVBlockLoaderTestCase, NumberFieldBlockLoaderTestCase

public abstract class BlockLoaderTestCase extends MapperServiceTestCase
Test case for MappedFieldType.blockLoader(org.elasticsearch.index.mapper.MappedFieldType.BlockLoaderContext) specializing in configuring the mapping and invoking BlockLoader. See AbstractBlockLoaderTestCase for tests that don't require setting up a field mapper. TODO rename this.