Class ScriptSortBuilder

java.lang.Object
org.opensearch.search.sort.SortBuilder<ScriptSortBuilder>
org.opensearch.search.sort.ScriptSortBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentObject, Rewriteable<SortBuilder<?>>

public class ScriptSortBuilder
extends SortBuilder<ScriptSortBuilder>
Script sort builder allows to sort based on a custom script expression.