Click or drag to resize

SphinxAttributeUpdateTUpdateableAddUpdateValue Method

Adds one or more update values for the document with the specified id to the UpdateValuesDictionary collection.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public void AddUpdateValue(
	long documentId,
	params TUpdateable[] values
)

Parameters

documentId
Type: SystemInt64
The id document to add the updated values to.
values
Type: TUpdateable
A sequence containing the updates values.
Exceptions
ExceptionCondition
ArgumentExceptionvalues is empty.
ArgumentNullExceptionvalues is null.
ArgumentOutOfRangeExceptiondocumentId is negative.
See Also