PromoteObjectID

algoliasearch.recommend.PromoteObjectID
case class PromoteObjectID(objectID: String, position: Int) extends PromoteTrait

Record to promote.

Value parameters

objectID

Unique identifier of the record to promote.

position

The position to promote the records to. If you pass objectIDs, the records are placed at this position as a group. For example, if you pronmote four objectIDs to position 0, the records take the first four positions.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product