Package org.elasticsearch.index.mapper
package org.elasticsearch.index.mapper
-
ClassDescriptionTesting helper for implementation of
BlockLoader.Shared fielddata coverage for high-cardinality fields in strictly columnar mode that store their values in document order with inline nulls (MultiValuedBinaryDocValuesField.ArrayOrderInlineNull) instead of a sidecar.offsetsfield.Shared round-trip coverage for high-cardinality fields in strictly columnar mode that store their values in document order with inline nulls (MultiValuedBinaryDocValuesField.ArrayOrderInlineNull) instead of a sidecar.offsetsfield.Test case forMappedFieldType.blockLoader(org.elasticsearch.index.mapper.MappedFieldType.BlockLoaderContext)specializing in configuring the mapping and invokingBlockLoader.Test helper forBlockLoader.FieldScriptTestCase<T extends ScriptFactory>Utility class for verifying that fields are stored exactly where we expect them to.Base test case for subclasses of MappedFieldTypeMapperScriptTestCase<FactoryType>Test case that lets you easily buildMapperServicebased on some mapping.Base class for testingMappers.An example of a malformed value.NumberFieldBlockLoaderTestCase<T extends Number>Sorts malformed values in the same order as the synthetic source loader, which stores them in binary doc values and sorts by encoded BytesRef (type byte + value bytes).Simplified version ofDocumentParserContextto be used in tests.Provides functionality needed to test synthetic source support in text and text-like fields (e.g.