Interface ValueLoaderCustomFieldSearcher
- All Known Subinterfaces:
CustomFieldSortable,SortableCustomFieldSearcher
- All Known Implementing Classes:
CustomFieldLabelsSearcher,DateRangeSearcher,DateTimeRangeSearcher,ExactNumberSearcher,GroupPickerSearcher,MultiSelectSearcher,NumberRangeSearcher,ProjectSearcher,SelectSearcher,UserPickerGroupSearcher,UserPickerSearcher,VersionPickerSearcher
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.
Replaces
SortableCustomFieldSearcher.- Since:
- 10.4
-
Method Summary
Modifier and TypeMethodDescriptiongetValueLoader(CustomField customField) Gets the value loader for the provided custom field.
-
Method Details
-
getValueLoader
Gets the value loader for the provided custom field. ReplacesSortableCustomFieldSearcher.getSorter(CustomField).- Returns:
- the value loader for the provided custom field
-