Class DelegatingSortMapper
java.lang.Object
com.atlassian.confluence.plugins.opensearch.DelegatingSortMapper
A mapper that maps a Confluence
SearchSort
to a list of OpenSearch SortOptions
by delegating it to the appropriate OpenSearchSortMapper
implementation.- Since:
- 8.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.opensearch.client.opensearch._types.SortOptions>
mapSortToOpenSearch
(@Nullable SearchSort sort)
-
Constructor Details
-
DelegatingSortMapper
-
-
Method Details
-
mapSortToOpenSearch
public List<org.opensearch.client.opensearch._types.SortOptions> mapSortToOpenSearch(@Nullable SearchSort sort)
-