 | SphinxSearchOptionsSetDocumentIdRange Method |
Sets the mininum and maximum ids for a document to be matched.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic 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.
ExceptionsException | Condition |
---|
ArgumentException | minDocumentId is greater than the maximum document id.
|
See Also