SettingsSave Batch Size Property
Gets or sets the batch size that is used for save operations. Default is 16.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int SaveBatchSize { get; set; }VB
Public Property SaveBatchSize As Integer
Get
SetProperty Value
Int32Remarks
This setting controls how many documents are send to Sphinx within a single roundtrip.