approximateNeighborCount property

int? approximateNeighborCount
getter/setter pair

The number of neighbors to find via approximate search before exact reordering is performed.

If not set, the default value from scam config is used; if set, this value must be > 0.

Implementation

core.int? approximateNeighborCount;