BuiltInOperation

algoliasearch.search.BuiltInOperation
case class BuiltInOperation(_operation: BuiltInOperationType, value: String) extends AttributeToUpdateTrait

To update an attribute without pushing the entire record, you can use these built-in operations.

Value parameters

value

Value that corresponds to the operation, for example an Increment or Decrement step, Add or Remove value.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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