Class SortOptionsBuilders
java.lang.Object
org.opensearch.client.opensearch._types.SortOptionsBuilders
Builders for
SortOptions variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic ScoreSort.Builderdoc()Creates a builder for the_docSortOptionsvariant.static FieldSort.Builderfield()Creates a builder for thefieldSortOptionsvariant.static GeoDistanceSort.BuilderCreates a builder for the_geo_distanceSortOptionsvariant.static ScoreSort.Builderscore()Creates a builder for the_scoreSortOptionsvariant.static ScriptSort.Builderscript()Creates a builder for the_scriptSortOptionsvariant.
-
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.
-