Click or drag to resize

SettingsSaveBatchSize Property

Gets or sets the batch size that is used for save operations. Default is 16.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public int SaveBatchSize { get; set; }

Property Value

Type: Int32
Remarks
This setting controls how many documents are send to Sphinx within a single roundtrip.
See Also