Uses of Class
org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
-
Packages that use ScriptSortBuilder.ScriptSortType Package Description org.elasticsearch.search.sort -
-
Uses of ScriptSortBuilder.ScriptSortType in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort that return ScriptSortBuilder.ScriptSortType Modifier and Type Method Description static ScriptSortBuilder.ScriptSortTypeScriptSortBuilder.ScriptSortType. fromString(String str)ScriptSortBuilder.ScriptSortTypeScriptSortBuilder. type()Get the type used in this sort.static ScriptSortBuilder.ScriptSortTypeScriptSortBuilder.ScriptSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScriptSortBuilder.ScriptSortType[]ScriptSortBuilder.ScriptSortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.search.sort with parameters of type ScriptSortBuilder.ScriptSortType Modifier and Type Method Description static ScriptSortBuilderSortBuilders. scriptSort(Script script, ScriptSortBuilder.ScriptSortType type)Constructs a new script based sort.Constructors in org.elasticsearch.search.sort with parameters of type ScriptSortBuilder.ScriptSortType Constructor Description ScriptSortBuilder(Script script, ScriptSortBuilder.ScriptSortType type)Constructs a script sort builder with the given script.
-