If set to true, search will ignore quantized vector data
@$pb.TagNumber(1) $core.bool get ignore => $_getBF(0);
@$pb.TagNumber(1) set ignore($core.bool v) { $_setBool(0, v); }