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