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: 6.0.0
Syntax
public int SaveBatchSize { get; set; }

Property Value

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