MappingFieldDirective

algoliasearch.ingestion.MappingFieldDirective
case class MappingFieldDirective(fieldKey: String, value: Map[String, Any])

Describes how a field should be resolved by applying a set of directives.

Value parameters

fieldKey

Destination field key.

value

How the destination field should be resolved from the source.

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