PromoteObjectIDs

algoliasearch.search.PromoteObjectIDs
case class PromoteObjectIDs(objectIDs: Seq[String], position: Int) extends PromoteTrait

Records to promote.

Value parameters

objectIDs

Object IDs of the records you want to promote. The records are placed as a group at the position. For example, if you want to promote four records to position 0, they will be the first four search results.

position

Position in the search results where you want to show the promoted records.

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