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