com.sksamuel.elastic4s.requests.searches.sort

Members list

Type members

Classlikes

case class FieldSort(field: String, missing: Option[Any], unmappedType: Option[String], nestedFilter: Option[Query], nestedPath: Option[String], sortMode: Option[SortMode], order: SortOrder, numericType: Option[String], nested: Option[NestedSort]) extends Sort

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
case class GeoDistanceSort(field: String, geohashes: Seq[String], points: Seq[GeoPoint], nestedFilter: Option[Query], nestedPath: Option[String], sortMode: Option[SortMode], order: Option[SortOrder], unit: Option[DistanceUnit], validation: Option[GeoValidationMethod], geoDistance: Option[GeoDistance], ignoreUnmapped: Option[Boolean], nested: Option[NestedSort]) extends Sort

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
case class NestedSort(path: Option[String], filter: Option[Query], maxChildren: Option[Int], nested: Option[NestedSort])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ScoreSort(order: SortOrder) extends Sort

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
case class ScriptSort(script: Script, scriptSortType: ScriptSortType, sortMode: Option[SortMode], nestedPath: Option[String], order: Option[SortOrder], nestedFilter: Option[Query], nested: Option[NestedSort]) extends Sort

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
sealed trait ScriptSortType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Number.type
object String.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Sort

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FieldSort
class ScoreSort
class ScriptSort
sealed trait SortMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Avg.type
object Max.type
object Median.type
object Min.type
object Sum.type
object SortMode

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SortMode.type
sealed trait SortOrder

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Asc.type
object Desc.type
object SortOrder

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SortOrder.type