Click or drag to resize

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

Property Value

Type: Int64
The min id.
See Also