Interface OpenSearchStoredScriptProvider
-
- All Known Implementing Classes:
OpenSearchFavouriteSortMapper,OpenSearchLowercaseFieldSortMapper
public interface OpenSearchStoredScriptProviderProvides a stored script for OpenSearch- Since:
- 8.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()The id of the scriptorg.opensearch.client.opensearch._types.StoredScriptscript()The script
-
-
-
Method Detail
-
id
String id()
The id of the script- Returns:
- the id of the script
- Since:
- 8.8
-
script
org.opensearch.client.opensearch._types.StoredScript script()
The script- Returns:
- the stored script
- Since:
- 8.8
-
-