Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface InferenceFieldMapper
public interface InferenceFieldMapper
Field mapper that requires to transform its input before indexation through the
InferenceService
.-
Method Summary
Modifier and TypeMethodDescriptiongetMetadata
(Set<String> sourcePaths) Retrieve the inference metadata associated with this mapper.
-
Method Details
-
getMetadata
Retrieve the inference metadata associated with this mapper.- Parameters:
sourcePaths
- The source path that populates the input for the field (before inference)
-