Class SortOptionsBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.SortOptionsBuilders
public class SortOptionsBuilders
extends java.lang.Object
Builders for
SortOptions variants.-
Method Summary
Modifier and Type Method Description static ScoreSort.Builderdoc()Creates a builder for the_docSortOptionsvariant.static FieldSort.Builderfield()Creates a builder for thefieldSortOptionsvariant.static GeoDistanceSort.BuildergeoDistance()Creates a builder for the_geo_distanceSortOptionsvariant.static ScoreSort.Builderscore()Creates a builder for the_scoreSortOptionsvariant.static ScriptSort.Builderscript()Creates a builder for the_scriptSortOptionsvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
score
Creates a builder for the_scoreSortOptionsvariant. -
doc
Creates a builder for the_docSortOptionsvariant. -
geoDistance
Creates a builder for the_geo_distanceSortOptionsvariant. -
script
Creates a builder for the_scriptSortOptionsvariant. -
field
Creates a builder for thefieldSortOptionsvariant.
-