crowdingAttribute property

String? crowdingAttribute
getter/setter pair

The attribute value used for crowding.

The maximum number of neighbors to return per crowding attribute value (per_crowding_attribute_num_neighbors) is configured per-query. This field is ignored if per_crowding_attribute_num_neighbors is larger than the total number of neighbors to return for a given query.

Implementation

core.String? crowdingAttribute;