SnippetsOptionsLimit Property

Gets or sets the maximum snippet size. Default is 256.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int Limit { get; set; }

Property Value

Int32
The limit.

See Also