Searched refs:maxDocValue (Results 1 – 1 of 1) sorted by relevance
82 ValueObject maxDocValue = collOpt.GetObjectByPath(maxDocField, errCode); in ReadOption() local88 if (maxDocValue.GetValueType() != ValueObject::ValueType::VALUE_NUMBER) { in ReadOption()94 …if (maxDocValue.GetIntValue() <= 0 || static_cast<uint64_t>(maxDocValue.GetIntValue()) > UINT32_MA… in ReadOption()101 option.maxDoc_ = static_cast<uint32_t>(maxDocValue.GetIntValue()); in ReadOption()