ScriptSort

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

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(): ScriptSort
def desc(): ScriptSort
def mode(mode: String): ScriptSort
def mode(mode: SortMode): ScriptSort
def nested(nested: NestedSort): ScriptSort
def order(order: SortOrder): ScriptSort
def sortMode(mode: String): ScriptSort

Deprecated methods

Attributes

Deprecated
true
def nestedPath(path: String): ScriptSort

Attributes

Deprecated
true

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product