Uses of Class
de.cxp.ocs.config.SortOptionConfiguration
Packages that use SortOptionConfiguration
-
Uses of SortOptionConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return SortOptionConfigurationModifier and TypeMethodDescriptionreference field for which this sort configuration applies.Display label for the according sort option.SortOptionConfiguration.setMissing
(String missing) From Elasticsearch documentation: The missing parameter specifies how docs which are missing the sort field should be treated: The missing value can be set to _last, _first, or a custom value (that will be used for missing docs as the sort value).Specify the sort order of that configured option.Methods in de.cxp.ocs.config that return types with arguments of type SortOptionConfigurationModifier and TypeMethodDescriptionDefaultSearchConfigurationProvider.getSortConfigs
(String tenant) Method parameters in de.cxp.ocs.config with type arguments of type SortOptionConfigurationModifier and TypeMethodDescriptionSearchConfiguration.setSortConfigs
(@NonNull List<SortOptionConfiguration> sortConfigs) Specific which sorting option should be part of result. -
Uses of SortOptionConfiguration in de.cxp.ocs.elasticsearch
Constructor parameters in de.cxp.ocs.elasticsearch with type arguments of type SortOptionConfigurationModifierConstructorDescriptionSortingHandler
(@NonNull FieldConfigIndex fieldIndex, @NonNull List<SortOptionConfiguration> sortConfigs)