 | SphinxSearchOptionsMinDocumentId Property |
Gets or sets the mininum Id for a document to be matched. Default is 0.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic long MinDocumentId { get; set; }
Public Property MinDocumentId As Long
Get
Set
Property Value
Type:
Int64The min id.
See Also