Interface InferenceFieldMapper


public interface InferenceFieldMapper
Field mapper that requires to transform its input before indexation through the InferenceService.
  • Method Summary

    Modifier and Type
    Method
    Description
    getMetadata(Set<String> sourcePaths)
    Retrieve the inference metadata associated with this mapper.
  • Method Details

    • getMetadata

      InferenceFieldMetadata getMetadata(Set<String> sourcePaths)
      Retrieve the inference metadata associated with this mapper.
      Parameters:
      sourcePaths - The source path that populates the input for the field (before inference)