Click or drag to resize

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.3.0
Syntax
public long MaxDocumentId { get; set; }

Property Value

Type: Int64
The max id.
See Also