Gets or sets the mininum Id for a document to be matched. Default is 0.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public long MinDocumentId { get; set; }
Visual Basic
Public Property MinDocumentId As Long
	Get
	Set

Field Value

The min id.

See Also