Module org.elasticsearch.server
Interface BlockLoaderFunctionConfig
- All Known Implementing Classes:
BlockLoaderFunctionConfig.JustFunction,BlockLoaderFunctionConfig.JustWarnings,DenseVectorFieldMapper.VectorSimilarityFunctionConfig
public interface BlockLoaderFunctionConfig
Configuration needed to transform loaded values into blocks.
MappedFieldTypes will find me in
MappedFieldType.BlockLoaderContext.blockLoaderFunctionConfig() and
use this configuration to choose the appropriate implementation for
transforming loaded values into blocks.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic final recordstatic final record -
Method Summary
-
Method Details
-
function
BlockLoaderFunctionConfig.Function function()Name used in descriptions.
-