| SphinxAttributeOverrideTOverridableAddOverrideValue Method |
Adds an override value for the document with the specified id.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public void AddOverrideValue(
long documentId,
TOverridable value
)
Public Sub AddOverrideValue (
documentId As Long,
value As TOverridable
)
Parameters
- documentId
- Type: SystemInt64
The document id. - value
- Type: TOverridable
The override value.
Exceptions See Also