Packages

object SortByField

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortByField
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def byCount: SortByFieldOptions

    Constructs an instance of SortByFieldOptions to sort by _count field in the context of an aggregation.

    Constructs an instance of SortByFieldOptions to sort by _count field in the context of an aggregation.

    returns

    an instance of SortByFieldOptions with the field set to _count.

  2. def byDoc: SortByFieldOptions

    Constructs an instance of SortByFieldOptions to sort search results by the _doc field.

    Constructs an instance of SortByFieldOptions to sort search results by the _doc field.

    returns

    an instance of SortByFieldOptions with the field set to _doc.

  3. def byKey: SortByFieldOptions

    Constructs an instance of SortByFieldOptions to sort by _key field in the context of an aggregation.

    Constructs an instance of SortByFieldOptions to sort by _key field in the context of an aggregation.

    returns

    an instance of SortByFieldOptions with the field set to _key.

  4. def byScore: SortByFieldOptions

    Constructs an instance of SortByFieldOptions to sort search results by the _score field.

    Constructs an instance of SortByFieldOptions to sort search results by the _score field.

    returns

    an instance of SortByFieldOptions with the field set to _score.