Interface ValueLoaderCustomFieldSearcher

All Known Implementing Classes:
CustomFieldLabelsSearcher, DateRangeSearcher, DateTimeRangeSearcher, ExactNumberSearcher, GroupPickerSearcher, MultiSelectSearcher, NumberRangeSearcher, ProjectSearcher, SelectSearcher, UserPickerGroupSearcher, UserPickerSearcher, VersionPickerSearcher

@PublicApi public interface ValueLoaderCustomFieldSearcher
A custom field searcher will implement this interface if the custom field can load its value from an index document field. For example, loads an ApplicationUser object from the user id stored in the index document.
Since:
10.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value loader for the provided custom field.
  • Method Details

    • getValueLoader

      FieldValueLoader<?> getValueLoader(CustomField customField)
      Gets the value loader for the provided custom field.
      Returns:
      the value loader for the provided custom field