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