Click or drag to resize
SphinxSearchOptionsSetDocumentIdRange Method
Sets the mininum and maximum ids for a document to be matched.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public void SetDocumentIdRange(
	int minDocumentId,
	int maxDocumentId
)

Parameters

minDocumentId
Type: SystemInt32
The mininum id for a document to be matched.
maxDocumentId
Type: SystemInt32
The maximum Id for a document to be matched.
Exceptions
ExceptionCondition
ArgumentExceptionminDocumentId is greater than the maximum document id.
See Also