Sets the mininum and maximum ids for a document to be matched.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public void SetDocumentIdRange(
	int minDocumentId,
	int maxDocumentId
)
Visual Basic
Public Sub SetDocumentIdRange ( _
	minDocumentId As Integer, _
	maxDocumentId As Integer _
)

Parameters

minDocumentId
Type: System..::..Int32
The mininum id for a document to be matched.
maxDocumentId
Type: System..::..Int32
The maximum Id for a document to be matched.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionminDocumentId is greater than the maximum document id.

See Also