Click or drag to resize

SphinxAttributeOverrideTOverridableAddOverrideValue Method

Adds an override value for the document with the specified id.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public void AddOverrideValue(
	long documentId,
	TOverridable value
)

Parameters

documentId
Type: SystemInt64
The document id.
value
Type: TOverridable
The override value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondocumentId is negative.
See Also