| SphinxSearchOptionsSetDocumentIdRange Method |
Sets the mininum and maximum ids for a document to be matched.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public void SetDocumentIdRange(
int minDocumentId,
int maxDocumentId
)
Public Sub SetDocumentIdRange (
minDocumentId As Integer,
maxDocumentId As Integer
)
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 Exception | Condition |
---|
ArgumentException | minDocumentId is greater than the maximum document id.
|
See Also