isRepeatable property

bool? isRepeatable
getter/setter pair

Indicates that multiple values are allowed for the property.

For example, a document only has one description but can have multiple comments. Cannot be true for properties whose type is a boolean. If set to false, properties that contain more than one value cause the indexing request for that item to be rejected.

Implementation

core.bool? isRepeatable;