FieldSort

com.sksamuel.elastic4s.requests.searches.sort.FieldSort
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

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

Members list

Value members

Concrete methods

def asc(): FieldSort
def desc(): FieldSort
def missing(missing: AnyRef): FieldSort
def mode(mode: String): FieldSort
def mode(mode: SortMode): FieldSort
def nested(nested: NestedSort): FieldSort
def numericType(numericType: String): FieldSort
def order(order: SortOrder): FieldSort
def sortMode(mode: String): FieldSort
def unmappedType(`type`: String): FieldSort

Deprecated methods

Attributes

Deprecated
true
def nestedPath(path: String): FieldSort

Attributes

Deprecated
true

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product